mirror of
https://gitee.com/fastadminnet/think-captcha.git
synced 2026-07-01 14:02:47 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ab79cc547 |
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
function captcha($id = "", $config = [])
|
||||
{
|
||||
$captcha = new \think\Captcha($config);
|
||||
$captcha = new \think\captcha\Captcha($config);
|
||||
$captcha->entry($id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user