]> git.mxchange.org Git - hub.git/commitdiff
global on _SERVER removed
authorRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2009 18:57:50 +0000 (18:57 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2009 18:57:50 +0000 (18:57 +0000)
index.php

index a6846bf8cc21ee7690c5a8bcf949a348311b1bdf..f34d8f270f5ab6002116ffc135e7812d9533d382 100644 (file)
--- 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');