Skip to content
Snippets Groups Projects
Commit 2c43ed30 authored by Till Brehm's avatar Till Brehm
Browse files

Remove deprectaed get_magic_quotes_runtime() from config.inc.php.master

parent b7e017a5
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,6 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) { ...@@ -45,7 +45,6 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
} }
//** Set a few php.ini values //** Set a few php.ini values
if(get_magic_quotes_runtime()) set_magic_quotes_runtime(false);
if(isset($app)) unset($app); if(isset($app)) unset($app);
if(isset($conf)) unset($conf); 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