更新布局名称

This commit is contained in:
邹景立 2017-02-13 16:31:06 +08:00
parent 21325a604c
commit 4bb8ebd0f2

View File

@ -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']);