Searched refs:tgzfile (Results 1 – 4 of 4) sorted by relevance
19 public $tgzfile;39 $this->tgzfile = $conf['tmpdir'] . '/dokuwiki-upgrade.tgz';152 io_mkdir_p(dirname($this->tgzfile));153 if (!file_put_contents($this->tgzfile, $data)) {180 $tar->open($this->tgzfile);286 @unlink($this->tgzfile);18 public $tgzfile; global() variable in helper_plugin_upgrade
167 } elseif (!file_exists($this->helper->tgzfile)) {
20 private $tgzfile; variable in admin_plugin_elwikiupgrade33 $this->tgzfile = $conf['tmpdir'].'/dokuwiki-elwikiupgrade.tgz';141 @unlink($this->tgzfile);156 } elseif(!file_exists($this->tgzfile)) {324 if(!io_saveFile($this->tgzfile, $data)) {347 $tar->open($this->tgzfile);
22 private $tgzfile; variable in admin_plugin_twcheckliste