IMPROVE stock

This commit is contained in:
sparkyx 2005-02-22 13:49:56 +00:00
parent 489446ac06
commit 2ecc36866e
2 changed files with 36 additions and 36 deletions

View file

@ -136,6 +136,9 @@ foreach (array('magic_quotes_gpc','magic_quotes_runtime') as $a) {
}
}
if ( init_get("session.use_trans_sid") == false )
print '<h2 class="error"> session.use_trans_sid should be set to true </h2>';
}
if ( ereg("\.\.\/include",ini_get('include_path')) == false )
print ("<h2 class=\"error\">include_path incorrect !!!".ini_get('include_path')."</h2>");
else