1 Commits

Author SHA1 Message Date
yunwuxin
6ab79cc547 修正 2016-05-11 15:26:20 +08:00

View File

@@ -24,7 +24,7 @@
*/
function captcha($id = "", $config = [])
{
$captcha = new \think\Captcha($config);
$captcha = new \think\captcha\Captcha($config);
$captcha->entry($id);
}