Searched refs:prefFile (Results 1 – 1 of 1) sorted by relevance
15 protected $prefFile = DOKU_CONF . 'backup.json'; variable in admin_plugin_backup236 if (file_exists($this->prefFile)) {237 $more = json_decode(io_readFile($this->prefFile, false), true);252 io_saveFile($this->prefFile, json_encode($prefs, JSON_PRETTY_PRINT));