Home
last modified time | relevance | path

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

/plugin/siteexport/action/
H A Dajax.php1142 …private function __removeOldZip($FILENAMEID = null, $checkForMore = true, $reauthenticated = false… argument
1148 if (empty($FILENAMEID)) {
1149 $FILENAMEID = $this->functions->settings->origZipFile;
1152 if (!file_exists(mediaFN($FILENAMEID))) {
1157 if (!media_delete($FILENAMEID, $INFO['perm'])) {
1161 return $this->__removeOldZip($FILENAMEID, $checkForMore, true);
1170 $ns = getNS($FILENAMEID);
1171 $fn = $this->functions->getSpecialExportFileName(noNS($FILENAMEID), '.+');