Home
last modified time | relevance | path

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

/plugin/logstats/
H A Daction.php131 if($this->getConf('banned_agents') != "") {
132 $tmp_array_agents_banned = explode(',', $this->getConf('banned_agents'));
/plugin/logstats/conf/
H A Dmetadata.php12 $meta['banned_agents'] = array('string');
H A Ddefault.php9 $conf['banned_agents'] = ""; // Banned agents to ignore (list of strings to detect separated by com…