Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DCaptchaService.php70 public function isRobot(ServerRequestInterface $request): bool function in Fisharebest\\Webtrees\\Services\\CaptchaService
/webtrees/app/Http/RequestHandlers/
H A DContactAction.php111 if ($this->captcha_service->isRobot($request)) {
H A DRegisterAction.php101 if ($this->captcha_service->isRobot($request)) {