N°9711 - Store setup parameters in session

This commit is contained in:
Eric Espie
2026-06-30 17:30:23 +02:00
parent 3a7439e970
commit be37b12f4e
15 changed files with 205 additions and 139 deletions

View File

@@ -187,15 +187,6 @@ abstract class WizardStep
return 'return true;';
}
/**
* Tells whether this step of the wizard requires that the configuration file be writable
* @return bool True if the wizard will possibly need to modify the configuration at some point
*/
public function RequiresWritableConfig()
{
return true;
}
/**
* Overload this function to implement asynchronous action(s) (AJAX)
* @param string $sCode The code of the action (if several actions need to be distinguished)