请问PbootCMS 织梦提示Error_check Snooping out of bounds
- 解决方法:
- 打开
include/dedetag.class.php
文件,找到以下代码:if (strpos($path, $this->clean(DEDEROOT)) !== 0) { die('Error:check Snooping out of bounds @ ' . $path); }
- 修改为:
if (stripos($path, $this->clean(DEDEROOT)) !== 0) { die('Error:check Snooping out of bounds @ ' . $path); }
- 打开
更新时间:2025-04-10 23:40:42
上一篇:请问iis网站数据库失败怎么解决
下一篇:请问PbootCMS 模板如何输出当前页面的完整url地址
转载请注明原文链接:https://www.muzicopy.com/suibi/3108.html