From 3ed9092e07c52da962206cbec659f3529ef1acb1 Mon Sep 17 00:00:00 2001 From: zyx Date: Tue, 15 Oct 2019 13:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8A=9F=E8=83=BD=E9=9A=90?= =?UTF-8?q?=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/PromoteController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();