Bug 12702 : session_auto_start == false

This commit is contained in:
sparkyx 2005-04-27 08:36:41 +00:00
parent ce58b9812a
commit 80dec81330

View file

@ -146,7 +146,7 @@ foreach (array('magic_quotes_gpc','magic_quotes_runtime') as $a) {
}
}
if ( ini_get("session.auto_start") == true ) {
if ( ini_get("session.auto_start") == false ) {
print '<h2 class="error"> session.auto_start must be set to true </h2>';
$flag_php++;
}