Searched refs:addDirToArchive (Results 1 – 1 of 1) sorted by relevance
/plugin/archivegenerator/ |
D | admin.php | 125 $this->addDirToArchive($archive, '.', false); 126 $this->addDirToArchive($archive, 'inc'); 127 $this->addDirToArchive($archive, 'bin'); 128 $this->addDirToArchive($archive, 'vendor'); 129 …$this->addDirToArchive($archive, 'conf', true, '^' . $this->base . 'conf/(users\.auth\.php|acl\.au… 132 $this->addDirToArchive($archive, 'lib', true, '^' . $this->base . 'lib/plugins$'); 133 $this->addDirToArchive($archive, 'lib/plugins', true, $this->buildSkipPluginRegex()); 134 $this->addDirToArchive($archive, 'data/pages'); 135 $this->addDirToArchive($archive, 'data/meta', true, '\.changes(\.trimmed)?$'); 136 $this->addDirToArchive($archive, 'data/media'); [all …]
|