Home
last modified time | relevance | path

Searched refs:ZIPFILE (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/inc/
H A Dfilewriter.php95 private function __writeFileToZip($FILE, $NAME, $ZIPFILE) { argument
96 if (empty($ZIPFILE)) $ZIPFILE = $this->functions->settings->zipFile;
109 $code = $zip->open($ZIPFILE, ZipArchive::CREATE);
112 $this->functions->debug->message("Adding file '{$NAME}' to ZIP {$ZIPFILE}", null, 2);