Home
last modified time | relevance | path

Searched +full:accesslog +(+path:plugin +path:statdisplay) -(+path:plugin +path:statdisplay +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/conf/
H A Ddefault.php6 $conf['accesslog'] = 'access.log';
H A Dmetadata.php5 $meta['accesslog'] = array('string');
/plugin/statdisplay/helper/
H A Dlog.php25 $this->logfile = fullpath($conf['metadir'] . '/' . $this->getConf('accesslog'));
27 if (!file_exists($this->logfile)) $this->logfile = $this->getConf('accesslog');
30 $this->logcache = getCacheName($this->getConf('accesslog'), '.statdisplay');