Bug 12702 : session_auto_start == false
This commit is contained in:
parent
ce58b9812a
commit
80dec81330
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue