remove magic_quotes_runtime calls

This commit is contained in:
Dave Umrysh 2022-12-30 14:21:05 -07:00
parent 83e2831791
commit 77e1900a24
1 changed files with 1886 additions and 1886 deletions

View File

@ -1028,8 +1028,8 @@ protected function _dochecks()
if(ini_get('mbstring.func_overload') & 2)
$this->Error('mbstring overloading must be disabled');
// Ensure runtime magic quotes are disabled
if(get_magic_quotes_runtime())
@set_magic_quotes_runtime(0);
//if(get_magic_quotes_runtime())
// @set_magic_quotes_runtime(0);
}
protected function _checkoutput()