mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
@@ -266,6 +266,12 @@ function CheckPHPVersion(SetupWebPage $oP)
|
|||||||
$aErrors[] = "'magic_quotes_gpc' is set to On. Please turn it Off before continuing. You may want to check the PHP configuration file(s): '$sPhpIniFile'. Be aware that this setting can also be overridden in the apache configuration.";
|
$aErrors[] = "'magic_quotes_gpc' is set to On. Please turn it Off before continuing. You may want to check the PHP configuration file(s): '$sPhpIniFile'. Be aware that this setting can also be overridden in the apache configuration.";
|
||||||
$bResult = false;
|
$bResult = false;
|
||||||
}
|
}
|
||||||
|
if (magic_quotes_runtime())
|
||||||
|
{
|
||||||
|
$aErrors[] = "'magic_quotes_runtime' is set to On. Please turn it Off before continuing. You may want to check the PHP configuration file(s): '$sPhpIniFile'. Be aware that this setting can also be overridden in the apache configuration.";
|
||||||
|
$bResult = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$sMemoryLimit = trim(ini_get('memory_limit'));
|
$sMemoryLimit = trim(ini_get('memory_limit'));
|
||||||
if (empty($sMemoryLimit))
|
if (empty($sMemoryLimit))
|
||||||
|
|||||||
Reference in New Issue
Block a user