bug installation vierge et réinstallation

This commit is contained in:
fredtempez 2020-11-28 10:53:33 +01:00
parent 36dddcf30b
commit 3287c300f5
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ class install extends common {
// Soumission du formulaire // Soumission du formulaire
if($this->isPost()) { if($this->isPost()) {
$success = true; $success = true;
// Nettoyer le cookie de langue dans le cas d'une réinstallation
helper::deleteCookie('ZWII_I18N_SITE');
// Double vérification pour le mot de passe // Double vérification pour le mot de passe
if($this->getInput('installPassword', helper::FILTER_STRING_SHORT, true) !== $this->getInput('installConfirmPassword', helper::FILTER_STRING_SHORT, true)) { if($this->getInput('installPassword', helper::FILTER_STRING_SHORT, true) !== $this->getInput('installConfirmPassword', helper::FILTER_STRING_SHORT, true)) {
self::$inputNotices['installConfirmPassword'] = 'Incorrect'; self::$inputNotices['installConfirmPassword'] = 'Incorrect';

View File

@ -50,7 +50,7 @@ class init extends common {
], ],
], ],
'core' => [ 'core' => [
'dataVersion' => 10306, 'dataVersion' => 10400,
'lastBackup' => 0, 'lastBackup' => 0,
'lastClearTmp' => 0, 'lastClearTmp' => 0,
'lastAutoUpdate' => 0, 'lastAutoUpdate' => 0,