forked from ZwiiCMS-Team/ZwiiCMS
10.2.01 No install window on fresh install
This commit is contained in:
parent
a9be62287a
commit
8cace16d0d
@ -1315,11 +1315,13 @@ class common {
|
|||||||
// Version 10.2.00
|
// Version 10.2.00
|
||||||
if ($this->getData(['core', 'dataVersion']) < 10200) {
|
if ($this->getData(['core', 'dataVersion']) < 10200) {
|
||||||
// Paramètres du compte connecté
|
// Paramètres du compte connecté
|
||||||
|
if ($this->getUser('id')) {
|
||||||
$this->setData(['user', $this->getUser('id'), 'connectFail',0]);
|
$this->setData(['user', $this->getUser('id'), 'connectFail',0]);
|
||||||
$this->setData(['user', $this->getUser('id'), 'connectTimeout',0]);
|
$this->setData(['user', $this->getUser('id'), 'connectTimeout',0]);
|
||||||
$this->setData(['user', $this->getUser('id'), 'accessTimer',0]);
|
$this->setData(['user', $this->getUser('id'), 'accessTimer',0]);
|
||||||
$this->setData(['user', $this->getUser('id'), 'accessUrl','']);
|
$this->setData(['user', $this->getUser('id'), 'accessUrl','']);
|
||||||
$this->setData(['user', $this->getUser('id'), 'accessCsrf',$_SESSION['csrf']]);
|
$this->setData(['user', $this->getUser('id'), 'accessCsrf',$_SESSION['csrf']]);
|
||||||
|
}
|
||||||
// Paramètres de sécurité
|
// Paramètres de sécurité
|
||||||
$this->setData(['config', 'connect', 'attempt',999]);
|
$this->setData(['config', 'connect', 'attempt',999]);
|
||||||
$this->setData(['config', 'connect', 'timeout',0]);
|
$this->setData(['config', 'connect', 'timeout',0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user