| D | action.php | 20 protected $checker; variable in action_plugin_stopforumspam 30 $this->checker = new ResponseChecker($this->tolerance); 58 if ($this->checker->userIsValid($response) === false) { 62 $this->logger->LogAttempt($username, $email, $ip, $this->checker->trigger, 63 $this->checker->confidence, $this->checker->accepted);
|