mirror of
https://gitee.com/fastadminnet/think-captcha.git
synced 2026-07-05 23:52:47 +08:00
完善
This commit is contained in:
@@ -18,8 +18,6 @@ class CaptchaController extends Controller
|
||||
{
|
||||
public function index($id = "")
|
||||
{
|
||||
$captcha = new Captcha((array)Config::get('captcha'));
|
||||
$captcha->entry($id);
|
||||
exit;
|
||||
captcha($id, (array)Config::get('captcha'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user