Home
last modified time | relevance | path

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

/plugin/authorstats/
H A Dhelper.php15 var $summaryfile; variable in helper_plugin_authorstats
21 $this->summaryfile = $this->basedir . "/summary.json";
40 $file = @file_get_contents($this->summaryfile);
50 file_put_contents($this->summaryfile, $json);
H A Daction.php143 if (@filemtime($cache->cache) < @filemtime($this->helpers->summaryfile)) {