summaryrefslogtreecommitdiff
path: root/src/controller/Security.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller/Security.php')
-rw-r--r--src/controller/Security.php2
1 files changed, 1 insertions, 1 deletions
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
22 // ATTENTION, n'applique pas htmlspecialchars() !! 22 // ATTENTION, n'applique pas htmlspecialchars() !!
23 public static function secureString(string $chaine): string 23 public static function secureString(string $chaine): string
24 { 24 {
25 return trim(htmLawed($chaine, self::$configHtmLawed, self::$specHtmLawed));; 25 return trim(htmLawed($chaine, self::$configHtmLawed, self::$specHtmLawed));
26 } 26 }
27 27
28 public static function secureFileName(string $chaine): string 28 public static function secureFileName(string $chaine): string