1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-06 07:37:40 +00:00

添加客户端登陆处理 添加部分页面...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-11-10 20:28:22 +08:00
parent da6ef10111
commit 1a664b41c9
7 changed files with 27 additions and 4 deletions

View File

@ -29,4 +29,12 @@ class index extends AmysqlController {
$this->title = "Minecraft 服务器列表";
$this->_View ( "servers" );
}
function news() {
$this->title = "Minecraft 服务器列表";
$this->_View ( "news" );
}
function pics() {
$this->title = "Minecraft 服务器列表";
$this->_View ( "pics" );
}
}