mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-10 00:36:41 +02:00
N°9711 - Block user from going back to the setup (#954)
* N°9711 - Store setup parameters in session * N°9711 - Restrict database parameters display to administrators in setup summary
This commit is contained in:
@@ -178,6 +178,7 @@ class WizStepModulesChoice extends AbstractWizStepInstall
|
||||
$i = 0;
|
||||
$this->aSteps = null;
|
||||
while (null != $this->GetStepInfo($i)) {
|
||||
// Allow looping for all existing steps
|
||||
$this->aSteps = null;
|
||||
$aSteps [] = ["class" => "WizStepModulesChoice","state" => "$i"];
|
||||
$i++;
|
||||
|
||||
Reference in New Issue
Block a user