Home
last modified time | relevance | path

Searched refs:dateorip (Results 1 – 1 of 1) sorted by path

/plugin/tplmod/
H A Daction.php152 $dateorip = $this->getConf('dateorip');
156 $this->tags($ips,$remote_addr,$dateorip);
197 function logos($ips,$remote_addr, $dateorip) { argument
200 if($dateorip == 'NEITHER') return;
205 if($dateorip == 'DAY') {
235 function wiki_names($ips,$remote_addr, $dateorip) { argument
237 if($dateorip == 'NEITHER') return;
242 if($dateorip == 'DAY') {
263 function tags($ips,$remote_addr, $dateorip) { argument
272 if($dateorip == 'NEITHER') return;
[all …]