请问PbootCMS禁止数字ID方式访问栏目
- 修改方法:
- 编辑
\apps\home\controller\IndexController.php文件。 - 将
if (! ! $sort && ! $suffix && ! $err)修改为if (! ! $sort && ! $suffix && ! $err && !is_numeric($path))。
- 编辑

更新时间:2025-04-10 23:32:11
上一篇:请问帝国CMS登录密码错误限制5次60分钟解除重新登录方法
转载请注明原文链接:https://www.muzicopy.com/suibi/2437.html
