remove magic_quotes_runtime calls
This commit is contained in:
parent
83e2831791
commit
77e1900a24
4
fpdf.php
4
fpdf.php
@ -1028,8 +1028,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())
|
//if(get_magic_quotes_runtime())
|
||||||
@set_magic_quotes_runtime(0);
|
// @set_magic_quotes_runtime(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function _checkoutput()
|
protected function _checkoutput()
|
||||||
|
Loading…
Reference in New Issue
Block a user