]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14617 removed old PHP4 session stuff
authorskodak <skodak>
Thu, 1 May 2008 21:52:09 +0000 (21:52 +0000)
committerskodak <skodak>
Thu, 1 May 2008 21:52:09 +0000 (21:52 +0000)
lib/setup.php

index 1a141f84bb58ff003c134a5f143659184955a041..ac9b43e41988e4e068d64cd99d7bf997512709c8 100644 (file)
@@ -583,13 +583,6 @@ global $HTTPSPAGEREQUIRED;
         $ME = strip_querystring($FULLME);
     }
 
-/// In VERY rare cases old PHP server bugs (it has been found on PHP 4.1.2 running
-/// as a CGI under IIS on Windows) may require that you uncomment the following:
-//  session_register("USER");
-//  session_register("SESSION");
-
-
-
 /// Load up theme variables (colours etc)
 
     if (!isset($CFG->themedir)) {