From: Alexander Ebert Date: Mon, 5 Nov 2012 16:26:23 +0000 (+0100) Subject: Removed PAGE_URLS X-Git-Tag: 2.0.0_Beta_1~811 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dd8343178c77e729bcda928f0c7f357692637abc;p=GitHub%2FWoltLab%2FWCF.git Removed PAGE_URLS --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index ad3391db82..278acef8d2 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -149,10 +149,6 @@ 1 0 - - - diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index d8a6b556b1..71524984a6 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -156,13 +156,6 @@ class ApplicationHandler extends SingletonFactory { foreach ($this->getApplications() as $application) { $this->pageURLs[] = $application->getPageURL(); } - - if (defined('PAGE_URLS') && PAGE_URLS != '') { - $pageURLs = explode("\n", StringUtil::unifyNewlines(PAGE_URLS)); - foreach ($pageURLs as $url) { - $this->pageURLs[] = StringUtil::trim($url); - } - } } foreach ($this->pageURLs as $pageURL) { diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 55bb8cdebc..5826c3a18e 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -312,8 +312,6 @@ - - diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 6240cd171d..97d2ee1609 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -275,8 +275,6 @@ - -