commit | 301684b755d31125164f2fad27873d462124478d | [log] [tgz] |
---|---|---|
author | Matheus Fillipe <matheusfillipeag@gmail.com> | Fri May 14 09:09:43 2021 +0300 |
committer | Matheus Fillipe <matheusfillipeag@gmail.com> | Fri May 14 09:09:43 2021 +0300 |
tree | a6bb74d825e06b91c6daefd602a25cafcabde8ae | |
parent | f43dd96676fabc5004772237671cf2e08e5d1632 [diff] [blame] |
password recovery
diff --git a/captcha.php b/captcha.php index 89a9959..af7f3c1 100644 --- a/captcha.php +++ b/captcha.php
@@ -18,6 +18,8 @@ $builder->setDistortion(1); if (isset($SIMPLECAPTCHA) && $SIMPLECAPTCHA) $builder->build(250, 40); else $builder->buildAgainstOCR(250, 40); + $builder = new CaptchaBuilder; + $builder->build(); $_SESSION['captcha'] = $builder->getPhrase(); $builder->output(); }else echo "huh?";