生成首頁提示
Error:check Snooping out of bounds @ D:\wwwroot\m.sfmr1.cn\templets\default\article_article.htm
解決方法
打開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);}


