Skip to content

Commit 2c43ed3

Browse files
author
Till Brehm
committed
Remove deprectaed get_magic_quotes_runtime() from config.inc.php.master
1 parent b7e017a commit 2c43ed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/tpl/config.inc.php.master

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
4545
}
4646

4747
//** Set a few php.ini values
48-
if(get_magic_quotes_runtime()) set_magic_quotes_runtime(false);
4948
if(isset($app)) unset($app);
5049
if(isset($conf)) unset($conf);
5150

0 commit comments

Comments
 (0)