mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
(Retrofit from trunk) N°942 setup : add checks for next iTop release requirements on PHP and MySQL versions (r5190)
SVN:2.4[5191]
This commit is contained in:
@@ -77,7 +77,7 @@ class WizStepWelcome extends WizardStep
|
||||
EOF
|
||||
);
|
||||
$oPage->add('<h1>'.ITOP_APPLICATION.' Installation Wizard</h1>');
|
||||
$aResults = SetupUtils::CheckPHPVersion($oPage);
|
||||
$aResults = SetupUtils::CheckPhpAndExtensions($oPage);
|
||||
$this->bCanMoveForward = true;
|
||||
$aInfo = array();
|
||||
$aWarnings = array();
|
||||
|
||||
Reference in New Issue
Block a user