Home
last modified time | relevance | path

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

/web-bugs/tests/Unit/Utils/
H A DCaptchaTest.php11 private $captcha; variable in App\\Tests\\Unit\\Utils\\CaptchaTest
15 $this->captcha = new Captcha();
23 $this->captcha->setFirst($first);
24 $this->captcha->setLast($last);
25 $this->captcha->setOperation($operation);
27 $this->assertEquals($question, $this->captcha->getQuestion());
28 $this->assertEquals($expected, $this->captcha->getAnswer());
/web-bugs/templates/
H A Daddghpull.php25 $_SESSION['answer'] = $captcha->getAnswer();
36 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
H A Daddpatch.php24 $_SESSION['answer'] = $captcha->getAnswer();
35 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
/web-bugs/www/
H A Dbug-pwd-finder.php13 $captcha = $container->get(Captcha::class); variable
76 $_SESSION['answer'] = $captcha->getAnswer();
93 <p><b>Solve the problem:<br><?php echo $captcha->getQuestion(); ?> <input type="text" name="captcha…
H A Dgh-pull-add.php43 $captcha = $container->get(Captcha::class); variable
H A Dpatch-add.php54 $captcha = $container->get(Captcha::class); variable
H A Dbug.php127 $captcha = $container->get(Captcha::class); variable
1022 $_SESSION['answer'] = $captcha->getAnswer();
1032 <th>Solve the problem:<br><?php echo htmlspecialchars($captcha->getQuestion()); ?></th>

Completed in 14 milliseconds