mirror of
https://gitee.com/fastadminnet/think-captcha.git
synced 2026-09-03 22:51:37 +08:00
改进
This commit is contained in:
@@ -17,6 +17,7 @@ class CaptchaController
|
||||
{
|
||||
public function index($id = "")
|
||||
{
|
||||
captcha($id, (array)Config::get('captcha'));
|
||||
$captcha = new Captcha((array)Config::get('captcha'));
|
||||
return $captcha->entry($id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user