MDL-14617 removed old PHP4 session stuff

This commit is contained in:
skodak
2008-05-01 21:52:09 +00:00
parent 4fda8aef84
commit 8d14ff6d9c
-7
View 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)) {