Home
last modified time | relevance | path

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

/plugin/botbouncer/lib/
H A Dbotbouncer.php64 private $logRoot = '/var/log/formspam'; variable in botBouncer
183 $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);