forked from ZwiiCMS-Team/ZwiiCMS
déplacement captchaStrong
This commit is contained in:
parent
650d57b7cb
commit
1b97a52ced
@ -671,3 +671,10 @@ if ($this->getData(['core', 'dataVersion']) < 11100) {
|
||||
|
||||
$this->setData(['core', 'dataVersion', 11100]);
|
||||
}
|
||||
|
||||
// Version 11.2.00
|
||||
if ($this->getData(['core', 'dataVersion']) < 11200) {
|
||||
// Déplacer la valeur captcha
|
||||
$this->setData(['config', 'connect', 'captchaStrong', $this->getData(['config', 'captchaStrong'])]);
|
||||
$this->setData(['core', 'dataVersion', 11200]);
|
||||
}
|
||||
|
@ -10,7 +10,6 @@ class init extends common {
|
||||
'favicon' => 'favicon.ico',
|
||||
'faviconDark' => 'faviconDark.ico',
|
||||
'maintenance' => false,
|
||||
'captchaStrong' => false,
|
||||
'social' => [
|
||||
'facebookId' => 'facebook',
|
||||
'instagramId' => '',
|
||||
@ -35,7 +34,8 @@ class init extends common {
|
||||
'attempt' => 3,
|
||||
'log' => false,
|
||||
'anonymousIp' => 2,
|
||||
'captcha' => true
|
||||
'captcha' => true,
|
||||
'captchaStrong' => false,
|
||||
],
|
||||
'i18n' => [
|
||||
'enable'=> true,
|
||||
@ -53,7 +53,7 @@ class init extends common {
|
||||
]
|
||||
],
|
||||
'core' => [
|
||||
'dataVersion' => 11100,
|
||||
'dataVersion' => 11200,
|
||||
'lastBackup' => 0,
|
||||
'lastClearTmp' => 0,
|
||||
'lastAutoUpdate' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user