优化 后台

This commit is contained in:
LyLme 2022-05-03 14:12:28 +08:00
parent 8cbd2b7104
commit 15b775d1c7
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
include_once("../include/common.php"); include_once("../include/common.php");
if(isset($islogin)==1) { if(isset($islogin)==1) {
} else exit("<script language='javascript'>window.location.href='./login.php';</script>"); } else exit("<script language='javascript'>window.location.href='./login.php';</script>");
$update = update();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">

View File

@ -1,6 +1,7 @@
<?php <?php
$title = '后台管理'; $title = '后台管理';
include './head.php'; include './head.php';
$update = update();
$mysqlversion=$DB->count("select VERSION()"); $mysqlversion=$DB->count("select VERSION()");
function tjsj($tjname) { function tjsj($tjname) {
if($tjname=='') { if($tjname=='') {