Searched refs:logRoot (Results 1 – 1 of 1) sorted by relevance
64 private $logRoot = '/var/log/formspam'; variable in botBouncer183 $this->logRoot = $GLOBALS['logRoot'];250 $this->logRoot = $dir;305 if (empty($this->logRoot)) return;308 if (!is_writable($this->logRoot)) {318 file_put_contents($this->logRoot.'/'.$logFile.date('Y-m-d').'.log',$logEntry."\n",FILE_APPEND);