Change remove all the global variable, user $_SESSION instead
Improve appearance for administrator
This commit is contained in:
parent
d0adc94605
commit
9af23d19b1
38 changed files with 266 additions and 67 deletions
|
|
@ -58,11 +58,6 @@ foreach (array('magic_quotes_gpc','magic_quotes_runtime') as $a) {
|
|||
}
|
||||
|
||||
}
|
||||
if ( ini_get('register_globals') != true )
|
||||
print ("<h2 class=\"error\">register_globals has a bad value !!!</h2>");
|
||||
else
|
||||
print 'register_globals : Ok <br>';
|
||||
|
||||
if ( ereg("\.\.\/include",ini_get('include_path')) == false )
|
||||
print ("<h2 class=\"error\">include_path incorrect !!!".ini_get('include_path')."</h2>");
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue