Searched refs:log_file (Results 1 – 3 of 3) sorted by relevance
240 $log_file = DOKU_INC."/".$conf["savedir"].'/tmp/removeold.log';242 else $log_file = $conf["savedir"].'/tmp/removeold.log';247 $fh = fopen($log_file, 'a+');
159 $log = $this->log_file($working_path);189 protected function log_file($working_path) { function in ProjectGenerated194 $log = $this->log_file($working_path);243 $log = $this->log_file($working_path);
32 var $log_file = null; variable in auth_shibboleth