Home
last modified time | relevance | path

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

/plugin/statistics/
H A Dadmin.php55 'newreferer',
286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
288 echo '<a href="?do=admin&amp;page=statistics&amp;opt=newreferer&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
414 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 150);
/plugin/statistics/inc/
H A DStatisticsQuery.class.php335 public function newreferer($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery