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