Skip to content
Snippets Groups Projects
Commit 87a11b4e authored by fantu's avatar fantu
Browse files

Small improve in config

parent df8a460c
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
}
//** Set a few php.ini values
set_magic_quotes_runtime(0);
if(get_magic_quotes_runtime()) set_magic_quotes_runtime(false);
if(isset($app)) unset($app);
if(isset($conf)) unset($conf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment