From 922e2f8256db4e68f01d55d852f8fabc0792c829 Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Mon, 20 Mar 2023 22:10:43 +0100 Subject: [PATCH] ajout d'autres validations --- Source/Config/Validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Config/Validate.php b/Source/Config/Validate.php index 3ee21c1..383138d 100644 --- a/Source/Config/Validate.php +++ b/Source/Config/Validate.php @@ -135,4 +135,4 @@ class Validate global $answerMaxLength; return (strlen($answer) <= $answerMaxLength); } -} +} \ No newline at end of file