Searched refs:dateorip (Results 1 – 1 of 1) sorted by relevance
/plugin/tplmod/ |
D | action.php | 152 $dateorip = $this->getConf('dateorip'); 155 $this->logos($ips,$remote_addr,$dateorip); 156 $this->tags($ips,$remote_addr,$dateorip); 159 $this->logos($ips,$remote_addr,$dateorip); 162 $this->tags($ips,$remote_addr,$dateorip); 165 $this->wiki_names($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 [all …]
|