mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
更新布局名称
This commit is contained in:
parent
21325a604c
commit
4bb8ebd0f2
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user