Home
last modified time | relevance | path

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

/plugin/removeold/
H A Dadmin.php240 $log_file = DOKU_INC."/".$conf["savedir"].'/tmp/removeold.log';
242 else $log_file = $conf["savedir"].'/tmp/removeold.log';
247 $fh = fopen($log_file, 'a+');
/plugin/projects/lib/
H A Dproject_file.php159 $log = $this->log_file($working_path);
189 protected function log_file($working_path) { function in ProjectGenerated
194 $log = $this->log_file($working_path);
243 $log = $this->log_file($working_path);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php32 var $log_file = null; variable in auth_shibboleth