1
0
mirror of https://e.coding.net/circlecloud/MinecraftAccount.git synced 2025-11-24 21:26:09 +00:00

更新项目文件...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-11-08 23:56:53 +08:00
parent f5192bca4c
commit 1e5236aa3e
7 changed files with 170 additions and 634 deletions

View File

@@ -5,18 +5,6 @@ namespace Home\Controller;
use Think\Controller;
class CommonController extends Controller {
public function Header() {
$this->test = 'Header';
$this->display ();
}
public function Master() {
$this->test = 'Master';
$this->display ();
}
public function Banner() {
$this->test = 'Banner';
$this->display ();
}
public function Verify() {
ob_clean ();
$Verify = new \Think\Verify ();