Home
last modified time | relevance | path

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

/plugin/botbouncer/lib/
H A Dbotbouncer.php577 private function doGET($cUrl) { argument
579 curl_setopt($ch, CURLOPT_URL, $cUrl);
698 $cUrl = $this->stopSpamAPIUrl.'?'.$apiRequest.'&unix';
699 $this->addLogEntry('sfs-apicall.log',$cUrl);
700 $xml = $this->doGET($cUrl);