From d4e344cf24f5cc5c8c8c563b756cc42530c38fcd Mon Sep 17 00:00:00 2001 From: gwunderlich Date: Fri, 2 Sep 2022 16:35:41 +0200 Subject: [PATCH] fix input validation on required/regex setting --- index.php | 16 ++++++++-------- script.php | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index 24ce25c..ae8f11b 100644 --- a/index.php +++ b/index.php @@ -177,7 +177,12 @@ elseif (true === jirafeau_challenge_upload_ip($cfg, get_ip_address($cfg))) {
-
+
@@ -279,15 +284,10 @@ if ($cfg['maximal_upload_size'] >= 1024) {

- +

-
+