mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
@@ -221,7 +221,7 @@ function CheckPHPVersion(SetupWebPage $oP)
|
||||
// Check some more ini settings here, needed for file upload
|
||||
if (get_magic_quotes_gpc())
|
||||
{
|
||||
$oP->error("'magic_quotes_gpc' is set to On in '$sPhpIniFile', please turn if Off before continuing.");
|
||||
$oP->error("'magic_quotes_gpc' is set to On in '$sPhpIniFile', please turn it Off before continuing.");
|
||||
$bResult = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user