From e752fd8988530916f86cd81850f06026adadfa7b Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Sat, 16 Mar 2024 18:24:37 +0100 Subject: [PATCH] fix shapefile --- admin/shapefile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/shapefile.php b/admin/shapefile.php index a73dfb7..d0f897c 100644 --- a/admin/shapefile.php +++ b/admin/shapefile.php @@ -89,7 +89,7 @@ try { $rootPath = realpath('shape'); // Initialize archive object $zip = new ZipArchive(); -$filename="shape/shapefile.zip"; +$filename="shapefile.zip"; $zip->open($filename, ZipArchive::CREATE | ZipArchive::OVERWRITE); // Create recursive directory iterator