mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update TextCaptcha.php
This commit is contained in:
parent
b0f48f1f2b
commit
33c9a5f77c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class TextCaptcha implements CaptchaInterface
|
|||
{
|
||||
$this->captcha->build();
|
||||
return "
|
||||
<img src=" . $this->captcha->inline() . " />
|
||||
<img src=" . $this->captcha->inline() . " /><br />
|
||||
<input type='text' name='captcha_phrase' />
|
||||
";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue