5.0.10 index.php被替换成首页内容,被注入恶意代码

浏览:1954 发布日期:2019/02/21 分类:ThinkPHP5专区
已经按修复了,依然被攻击了
if (!preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>