From 733dc26b8523a776315287e5f989c67903c21467 Mon Sep 17 00:00:00 2001 From: jaguge <105752484+jaguge@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:09:09 +0100 Subject: [PATCH] Bug managing zip files resolved --- play.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.php b/play.php index fbdc815..84339ae 100644 --- a/play.php +++ b/play.php @@ -34,7 +34,7 @@ { $names =$zip->getNameIndex(0); $ext0 = explode(".", $names); - $ext = strtolower(end($ext)); + $ext = strtolower(end($ext0)); } }