From 30889e368ba7ea25efcd11fc1ce706380f3d1ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 21 Feb 2017 11:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=92=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application/admin/controller/Config.php b/application/admin/controller/Config.php index c5bd38c15..49925deb1 100644 --- a/application/admin/controller/Config.php +++ b/application/admin/controller/Config.php @@ -15,8 +15,7 @@ use library\Data; class Config extends BasicAdmin { protected $table = 'SystemConfig'; - - protected $title = '系统参数配置'; + protected $title = '网站参数配置'; public function index() { if (!$this->request->isPost()) { @@ -36,7 +35,6 @@ class Config extends BasicAdmin { $this->index(); } - public function mail() { $this->title = '邮箱账号配置'; $this->index();