SRCMS·轻响应V1.6正式版

修复外部报告的多个严重安全缺陷
This commit is contained in:
Martin Zhou
2016-01-26 14:09:59 +08:00
parent e650f04553
commit f46a67c7ec
31 changed files with 924 additions and 114 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
* @author Zhou Yuyang <1009465756@qq.com> 12:28 2016/1/23
* @author Zhou Yuyang <1009465756@qq.com> 13:59 2016/1/25
* @copyright 2105-2018 SRCMS
* @homepage http://www.src.pw
* @version 1.5
@@ -13,7 +13,7 @@ use Think\Controller;
class HallController extends Controller{
public function index()
public function index()
{
$xuhao = 1;
$model = M('member');