Home
last modified time | relevance | path

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

/plugin/loglog/helper/
H A Dalert.php31 protected $statfile; variable in helper_plugin_loglog_alert
92 $this->statfile = $conf['cachedir'] . '/loglog.' . $logType . '.stat';
95 io_saveFile($this->statfile, $this->multiplier);
133 if (!is_file($this->statfile)) {
137 $lastAlert = filemtime($this->statfile);
138 $this->multiplier = (int)file_get_contents($this->statfile);
H A Dreport.php39 $statfile = $conf['cachedir'] . '/loglog.stat';
40 if (is_file($statfile) && filemtime($statfile) >= $currentMonthStart) {
79 touch($statfile);