Skip to content

Commit 87a11b4

Browse files
author
fantu
committed
Small improve in config
1 parent df8a460 commit 87a11b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
4646
}
4747

4848
//** Set a few php.ini values
49-
set_magic_quotes_runtime(0);
49+
if(get_magic_quotes_runtime()) set_magic_quotes_runtime(false);
5050
if(isset($app)) unset($app);
5151
if(isset($conf)) unset($conf);
5252

0 commit comments

Comments
 (0)