Delete StatisticController.class.php
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
<?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