fix issue #790 - zip->open returned error 19 (not a valid zip archive). in case there are further issues we should probably also put a ob_end_clean() right before readfile()
This commit is contained in:
parent
11cecea597
commit
3f658cc2ea
@ -694,6 +694,7 @@ class Webpages extends \Zotlabs\Web\Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rrmdir($zip_folderpath); rrmdir($tmp_folderpath); // delete temporary files
|
rrmdir($zip_folderpath); rrmdir($tmp_folderpath); // delete temporary files
|
||||||
|
killme();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default :
|
default :
|
||||||
|
Reference in New Issue
Block a user