From ce8c4dfc4ce18dc16d8080f902253cacdc301f42 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 25 Jun 2025 20:40:08 +0100 Subject: [PATCH] Add debug check for php-zip --- admin_debug.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_debug.php b/admin_debug.php index edd3cb9c..a3207ca8 100644 --- a/admin_debug.php +++ b/admin_debug.php @@ -53,6 +53,7 @@ $extensions = [ 'php-curl' => 'curl', 'php-mbstring' => 'mbstring', 'php-gd' => 'gd', + 'php-zip' => 'zip', ]; foreach ($extensions as $name => $ext) {