From 67d7afc725866de75aaaee0678ad37a332ab42b4 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 26 Oct 2016 18:04:41 +0200 Subject: [PATCH] Renamed "WCF" to "WoltLab Suite" in exception view --- .../install/files/lib/acp/page/ExceptionLogViewPage.class.php | 2 +- wcfsetup/install/files/lib/core.functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php b/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php index 8e65fd844c..801a68a335 100644 --- a/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php @@ -135,7 +135,7 @@ class ExceptionLogViewPage extends MultipleLinkPage { $exceptionRegex = new Regex("(?P[MTWFS][a-z]{2}, \d{1,2} [JFMASOND][a-z]{2} \d{4} \d{2}:\d{2}:\d{2} [+-]\d{4})\s*\n". "Message: (?P.*?)\s*\n". "PHP version: (?P.*?)\s*\n". -"WCF version: (?P.*?)\s*\n". +"WoltLab Suite version: (?P.*?)\s*\n". "Request URI: (?P.*?)\s*\n". "Referrer: (?P.*?)\s*\n". "User Agent: (?P.*?)\s*\n". diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 5a448b0b24..cd564d8e7f 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -108,7 +108,7 @@ namespace wcf\functions\exception { $message = gmdate('r', TIME_NOW)."\n". 'Message: '.str_replace("\n", ' ', $e->getMessage())."\n". 'PHP version: '.phpversion()."\n". - 'WCF version: '.WCF_VERSION."\n". + 'WoltLab Suite version: '.WCF_VERSION."\n". 'Request URI: '.(isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '')."\n". 'Referrer: '.(isset($_SERVER['HTTP_REFERER']) ? str_replace("\n", ' ', $_SERVER['HTTP_REFERER']) : '')."\n". 'User Agent: '.(isset($_SERVER['HTTP_USER_AGENT']) ? str_replace("\n", ' ', $_SERVER['HTTP_USER_AGENT']) : '')."\n". -- 2.20.1