位置:thinkphp>library>think>app.php
// 远程漏洞控制
if (!preg_match('/^[A-Za-z](\w)*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
图示
// 远程漏洞控制
if (!preg_match('/^[A-Za-z](\w)*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
图示
本文标题:thinkphp5.0.X远程漏洞解决
本文链接:https://www.haomeiwen.com/subject/srguhqtx.html
网友评论