优化 数据库版本显示
This commit is contained in:
parent
a3046f3b6b
commit
b84e4da03e
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$title = '后台管理';
|
$title = '后台管理';
|
||||||
include './head.php';
|
include './head.php';
|
||||||
$mysqlversion = mysqli_fetch_array(mysqli_query($con,"select VERSION()"))[0];
|
$mysqlversion=$DB->count("select VERSION()");
|
||||||
function tjsj($tjname){if($tjname==''){echo '0';}else{echo $tjname;}}
|
function tjsj($tjname){if($tjname==''){echo '0';}else{echo $tjname;}}
|
||||||
?>
|
?>
|
||||||
<!--页面主要内容-->
|
<!--页面主要内容-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue