优化 后台
This commit is contained in:
parent
8cbd2b7104
commit
15b775d1c7
|
@ -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">
|
||||||
|
|
|
@ -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=='') {
|
||||||
|
|
Loading…
Reference in New Issue