From 4bb8ebd0f22eb5fccf9a2f68ef69274fb0a21f1d 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:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=83=E5=B1=80=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/admin/controller/Index.php b/application/admin/controller/Index.php index d01661f3c..bb7de1a7d 100644 --- a/application/admin/controller/Index.php +++ b/application/admin/controller/Index.php @@ -8,6 +8,7 @@ use think\Db; class Index extends BasicAdmin { public function index() { + $this->assign('ptitle', '后台管理'); $version = Db::query('select version() as ver'); $version = array_pop($version); $this->assign('mysql_ver', $version['ver']);