SRCMS V2.0.1开发版
修复 荣誉榜排行顺序问题 修复 站点名称和简介无法配置的问题 修复 荣誉榜团队无法编辑的问题 删除 Ueditor存在漏洞的截屏插件
This commit is contained in:
21
Application/Admin/Controller/StatisticController.class.php
Normal file
21
Application/Admin/Controller/StatisticController.class.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace Admin\Controller;
|
||||
use Admin\Controller;
|
||||
/**
|
||||
* @Author: Zhou Yuyang <1009465756@qq.com> 10:28 2017/02/02
|
||||
* @Copyright 2015-2020 SISMO
|
||||
* @Project homepage https://github.com/CNSISMO
|
||||
* @Version 2.0
|
||||
*/
|
||||
|
||||
|
||||
class StatisticController extends BaseController
|
||||
{
|
||||
/**
|
||||
* 漏洞报告列表
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$this -> display();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user