|
|
@@ -1040,8 +1040,8 @@ protected function _dochecks() |
|
|
if(ini_get('mbstring.func_overload') & 2)
|
|
|
if(ini_get('mbstring.func_overload') & 2)
|
|
|
$this->Error('mbstring overloading must be disabled');
|
|
|
$this->Error('mbstring overloading must be disabled');
|
|
|
// Ensure runtime magic quotes are 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()
|
|
|
protected function _checkoutput()
|
|
|
|