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
|
||||
elseif ($this->checkCSRF()) {
|
||||
elseif (
|
||||
$this->checkCSRF()
|
||||
) {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'user',
|
||||
|
Loading…
Reference in New Issue
Block a user