阿里不断提醒就是为了想推广他们的什么云盾安骑士
解决方法一:
打开/source/function/function_core.php
搜索
- $content = preg_replace($_G[‘setting’][‘output’][‘preg’][‘search’], $_G[‘setting’][‘output’][‘preg’][‘replace’], $content);
复制代码
在上面加入
- if (preg_match(“(/|#|+|%).*(/|#|+|%)e”, $_G[‘setting’][‘output’][‘preg’][‘search’]) !== FALSE) { die(“request error”); }
复制代码
解决方法二: 停止使用或卸载memcache