请问织梦CMS:Error:check Snooping out of bounds 的解决办法
Error:check Snooping out of bounds @ D:wwwrootgdhgcwwwrootkjempletsdefaultarticle_article.htm
原因:
- 路径中包含了大写字母,使用
strpos
操作时区分大小写。
解决方法:
- 打开
include/dedetag.class.php
文件。 - 找到第325行,修改为:
if (stripos($path, $this->clean(DEDEROOT)) !== 0) { die('Error:check Snooping out of bounds @ ' . $path); }
更新时间:2025-04-11 01:04:41
上一篇:请问百度云加速接入后出现520_522错误,如何解决?
转载请注明原文链接:https://www.muzicopy.com/suibi/7136.html