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

添加大区获取Action...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-11-08 23:58:03 +08:00
parent 5425b2b1e4
commit 57f172c7ed
6 changed files with 54 additions and 51 deletions

View File

@ -25,4 +25,8 @@ class index extends AmysqlController {
$this->title = "Minecraft 密码找回";
$this->_View ( "forge" );
}
function serverlist() {
$this->title = "Minecraft 服务器列表";
$this->_View ( "servers" );
}
}