forked from ZwiiCMS-Team/ZwiiCMS
Formatage
This commit is contained in:
parent
54b858056f
commit
8c8fd91c7e
@ -194,7 +194,9 @@ class user extends common
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
// Jeton incorrect
|
// Jeton incorrect
|
||||||
elseif ($this->checkCSRF()) {
|
elseif (
|
||||||
|
$this->checkCSRF()
|
||||||
|
) {
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'redirect' => helper::baseUrl() . 'user',
|
'redirect' => helper::baseUrl() . 'user',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user