shapefile path
This commit is contained in:
parent
4bef36aa6b
commit
a0e8fcaf02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user