From dd8343178c77e729bcda928f0c7f357692637abc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 5 Nov 2012 17:26:23 +0100 Subject: [PATCH] Removed PAGE_URLS --- com.woltlab.wcf/option.xml | 13 ------------- .../system/application/ApplicationHandler.class.php | 7 ------- wcfsetup/install/lang/de.xml | 2 -- wcfsetup/install/lang/en.xml | 2 -- 4 files changed, 24 deletions(-) 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 @@ - - -- 2.20.1