diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index 35d539ef7..789c7ea94 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -36,8 +36,8 @@ class PromoteController extends BaseController public function index($p = 1) { $this->meta_title = "首页"; -// $this->display('prepare'); -// exit(0); + $this->display('prepare'); + exit(0); header("Content-type:text/html;charset=utf-8"); $user = D('Promote')->isLogin();