We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8a460 commit 87a11b4Copy full SHA for 87a11b4
install/tpl/config.inc.php.master
@@ -46,7 +46,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
46
}
47
48
//** Set a few php.ini values
49
-set_magic_quotes_runtime(0);
+if(get_magic_quotes_runtime()) set_magic_quotes_runtime(false);
50
if(isset($app)) unset($app);
51
if(isset($conf)) unset($conf);
52
0 commit comments