From af4e98dbaecd6cb00065171ea372188d3a38a1dd Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 15 Apr 2023 14:26:42 +0100 Subject: [PATCH] yeehaw --- upload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/upload.php b/upload.php index cf16936..4eaf37a 100644 --- a/upload.php +++ b/upload.php @@ -23,6 +23,7 @@ function isZipFile($file) { $fileType = strtolower(pathinfo($file, PATHINFO_EXTENSION)); echo $fileType; + die(); return $fileType == "zip"; }