This commit is contained in:
yunwuxin
2016-05-11 14:59:30 +08:00
parent 8d5786c593
commit 4710c68c6f
4 changed files with 80 additions and 6 deletions

View File

@@ -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'));
}
}