From e4d06b4304fb6a62ae08150d37c016ee6a3f74c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 10 Mar 2009 18:57:50 +0000 Subject: [PATCH] global on _SERVER removed --- index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.php b/index.php index a6846bf8c..f34d8f270 100644 --- a/index.php +++ b/index.php @@ -165,9 +165,6 @@ class ApplicationEntryPoint { * @return void */ public static function main () { - // Some non-global common arrays we need... - global $_SERVER; - // Load config file require(dirname(__FILE__) . '/inc/config.php'); -- 2.39.2