Skip to content

Commit

Permalink
Added ini_set("session.bug_compat_warn", 0) to stop sesion bug warnin…
Browse files Browse the repository at this point in the history
…g until I work out what is causing it.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@885 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Feb 2, 2004
1 parent 3f85649 commit 1348c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Expand Up @@ -36,6 +36,7 @@


session_start();
ini_set("session.bug_compat_warn", 0); //Turn this off until first "Next" warning is worked out
require_once("./admin/config.php");

if (!isset($sid)) {$sid=returnglobal('sid');}
Expand Down

0 comments on commit 1348c56

Please sign in to comment.