Home
last modified time | relevance | path

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

/plugin/botbouncer/admin/
H A Dstatistics.php58 $days = 7;
59 $list = $this->_readlines($days);
76 printf('<p><b>'.$this->getLang('blocked').'</b></p>',$all,$days);
105 function _readlines($days=7){ argument
109 $date = time() - ($days*24*60*60);
/plugin/statistics/inc/
H A DStatisticsGraph.class.php97 $days = floor($diff / (60*60*24));
98 if ($days > 365) {
100 } elseif ($days > 56) {
103 $interval = 'days';
H A DBrowscap.php104 public $updateInterval = 432000; // 5 days