From 8efafd96839a385bb2ee48721f9ec62cabf9c187 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 27 Dec 2020 16:15:08 +0100 Subject: [PATCH] Coquille --- core/module/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index c0ca5bcb..80c14455 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -172,7 +172,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'