예제 #1
0
파일: admin.php 프로젝트: kansifang/share
 /**
  * 主页
  */
 public function index()
 {
     view::assign('server_list', mserver::ls());
 }