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