diff --git a/html/admin/setup.php b/html/admin/setup.php index fd1341308..96ea592a4 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -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 '

session.auto_start must be set to true

'; $flag_php++; }