From 8b91f3589abb277c9b7c3508b6d97989f4df33a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 13 Feb 2017 16:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AE=BF=E9=97=AEadmin?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 68d50e030..91021478d 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -7,6 +7,7 @@ use think\Db; class Index extends Controller { public function index() { + $this->redirect('@admin'); $version = Db::query('select version() as ver'); $version = array_pop($version); $this->assign('mysql_ver', $version['ver']);