forked from ZwiiCMS-Team/ZwiiCMS
installation captcha + version
This commit is contained in:
parent
4aaa6cbc58
commit
9eed5ad28f
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## version 10.3.02
|
||||
- Modifications :
|
||||
- Nouvelles images de captcha.
|
||||
- Option de configuration, captcha demandé à la connexion.
|
||||
|
||||
## version 10.3.01
|
||||
- Corrections :
|
||||
- Configuration du site :
|
||||
|
@ -1,6 +1,6 @@
|
||||
![](https://img.shields.io/github/last-commit/fredtempez/ZwiiCMS/master) ![](https://img.shields.io/github/release-date/fredtempez/ZwiiCMS)
|
||||
|
||||
# ZwiiCMS 10.3.01
|
||||
# ZwiiCMS 10.3.02
|
||||
|
||||
Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation.
|
||||
|
||||
|
@ -1415,6 +1415,12 @@ class common {
|
||||
}
|
||||
$this->setData(['core', 'dataVersion', 10301]);
|
||||
}
|
||||
// Version 10.3.02
|
||||
if ($this->getData(['core', 'dataVersion']) < 10302) {
|
||||
// Activation par défaut du captcha à la connexion
|
||||
$this->setData(['config', 'connect','captcha', true]);
|
||||
$this->setData(['core', 'dataVersion', 10302]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user