请问PbootCMS后台关闭验证码,登录提示验证码不能空的解决方法
PbootCMS后台关闭验证码,登录提示验证码不能空的解决方法apps/admin/controller/IndexController.php
大概在126行
if (!$checkcode) { json(0, '验证码不能为空!'); }
改成
if (!$checkcode && $this->config('admin_check_code')) { json(0, '验证码不能为空!'); }
更新时间:2025-04-10 22:50:18
上一篇:请问DedeCMS网站模板的title、description、keywords应该怎么写?
下一篇:请问织梦DEDECMS怎么实现鼠标移到标题显示完整的title
转载请注明原文链接:https://www.muzicopy.com/suibi/884.html