优化 后台

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");
if(isset($islogin)==1) {
} else exit("<script language='javascript'>window.location.href='./login.php';</script>");
$update = update();
?>
<!DOCTYPE html>
<html lang="zh-CN">

View File

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