Files
SRCMS/Application/Admin/Controller/StatisticController.class.php

21 lines
382 B
PHP
Raw Normal View History

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