Home
last modified time | relevance | path

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

/plugin/removeold/
H A Dadmin.php170 if(($dryrun==true) && ($this->is__writable(DOKU_INC.$file)==true)) {
174 elseif(($dryrun==true) && ($this->is__writable(DOKU_INC.$file)===false)) {
217 function is__writable($path) { function in admin_plugin_removeold
219 return is__writable($path.uniqid(mt_rand()).'.tmp');