优化 后台
This commit is contained in:
parent
8cbd2b7104
commit
15b775d1c7
|
@ -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">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
$title = '后台管理';
|
||||
include './head.php';
|
||||
$update = update();
|
||||
$mysqlversion=$DB->count("select VERSION()");
|
||||
function tjsj($tjname) {
|
||||
if($tjname=='') {
|
||||
|
|
Loading…
Reference in New Issue