SRCMS·轻响应V1.6正式版
修复外部报告的多个严重安全缺陷
This commit is contained in:
@@ -11,6 +11,7 @@ use Think\Controller;
|
||||
|
||||
class IndexController extends BaseController {
|
||||
public function index(){
|
||||
echo waf('111111');
|
||||
$id = session('userId');
|
||||
$tmodel= M('setting');
|
||||
$title = $tmodel->where('id=1')->select();
|
||||
|
||||
Reference in New Issue
Block a user