Delete StatisticController.class.php

This commit is contained in:
Martin ZHOU
2017-02-04 09:39:48 +08:00
committed by GitHub
parent 97b255c738
commit 2b4c8fc6b3

View File

@@ -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();
}
}