forked from ZwiiCMS-Team/ZwiiCMS
Merge branch '10313' into 10400
This commit is contained in:
commit
8e64e6637e
@ -173,7 +173,7 @@ class config extends common {
|
|||||||
];
|
];
|
||||||
// Sécurité de la connexion - tentative max avant blocage
|
// Sécurité de la connexion - tentative max avant blocage
|
||||||
public static $connectAttempt = [
|
public static $connectAttempt = [
|
||||||
999 => 'Aucun',
|
999 => 'Aucune',
|
||||||
3 => '3 tentatives',
|
3 => '3 tentatives',
|
||||||
5 => '5 tentatives',
|
5 => '5 tentatives',
|
||||||
10 => '10 tentatives'
|
10 => '10 tentatives'
|
||||||
|
Loading…
Reference in New Issue
Block a user