示例#1
0
文件: admin.php 项目: kansifang/share
 /**
  * 主页
  */
 public function index()
 {
     view::assign('server_list', mserver::ls());
 }