From 41adf94ebf868232aa43fe9b8b80029896da9da7 Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 24 Jun 2025 02:02:44 +0200 Subject: =?UTF-8?q?saisie=20s=C3=A9curis=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controller/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller/Security.php') diff --git a/src/controller/Security.php b/src/controller/Security.php index cd31cb8..b882d42 100644 --- a/src/controller/Security.php +++ b/src/controller/Security.php @@ -22,7 +22,7 @@ class Security // ATTENTION, n'applique pas htmlspecialchars() !! public static function secureString(string $chaine): string { - return trim(htmLawed($chaine, self::$configHtmLawed, self::$specHtmLawed));; + return trim(htmLawed($chaine, self::$configHtmLawed, self::$specHtmLawed)); } public static function secureFileName(string $chaine): string -- cgit v1.2.3