优化 数据库版本显示

This commit is contained in:
LyLme 2022-03-12 15:39:33 +08:00
parent a3046f3b6b
commit b84e4da03e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$title = '后台管理';
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;}}
?>
<!--页面主要内容-->