diff --git a/core/module/config/config.php b/core/module/config/config.php index 42d9d268..26f472b7 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -173,7 +173,7 @@ class config extends common { ]; // Sécurité de la connexion - tentative max avant blocage public static $connectAttempt = [ - 999 => 'Aucun', + 999 => 'Aucune', 3 => '3 tentatives', 5 => '5 tentatives', 10 => '10 tentatives'