From: Roland Häder Date: Tue, 10 Mar 2009 18:57:50 +0000 (+0000) Subject: global on _SERVER removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e4d06b4304fb6a62ae08150d37c016ee6a3f74c5;p=hub.git global on _SERVER removed --- 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');