<?php
/*
* Copyright (c) Huyin Information Technology Co., Ltd. All Rights Reserved.
* BOSSCMS Content Management System (https://www.bosscms.net/)
*/
defined('IS_OK') or exit('Access Forbidden');
into::basic_class('admin');
class statistics extends admin
{
public function init()
{
global $G;
$G['cover'] = $this->cover();
echo $this->theme('statistics/statistics',$data);
}
}
?>