Home
last modified time | relevance | path

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

/plugin/botbouncer/lib/
H A Dbotbouncer.php203 $this->mollomCheck = new Mollom();
206 $this->mollomCheck->setPrivateKey($mollomPrivateKey);
207 $this->mollomCheck->setPublicKey($mollomPublicKey);
210 $serverList = $this->mollomCheck->getServerList();
213 $this->mollomCheck->setServerList($serverList);
219 if ($this->mollomCheck->verifyKey()) {
419 public function mollomCheck($data) { function in botBouncer
429 $isSpam = $this->mollomCheck->checkContent(
846 if ($this->mollomCheck($data)) {