mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Removed magic quotes as it was deprecated in PHP 7.4
This commit is contained in:
@@ -1051,9 +1051,6 @@ function _dochecks()
|
||||
// Check mbstring overloading
|
||||
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);
|
||||
}
|
||||
|
||||
function _checkoutput()
|
||||
|
||||
Reference in New Issue
Block a user