mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-06 07:37:40 +00:00
@ -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" );
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user