From d03d55e1cf15b6fc519d6f7a2e04f936a49eace7 Mon Sep 17 00:00:00 2001 From: LyLme Date: Sat, 26 Mar 2022 16:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E6=94=B6=E5=BD=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/head.php | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/admin/head.php b/admin/head.php index 2822603..c76f6e7 100644 --- a/admin/head.php +++ b/admin/head.php @@ -1,14 +1,16 @@ window.location.href='./login.php';"); -$update = update(); //检查更新 +if(isset($islogin)==1) { +} else exit(""); +$update = update(); ?> -<?php echo $title.' - '.$conf['title'];?> +<?php echo $title.' - '.$conf['title']; +?> @@ -25,7 +27,6 @@ $update = update(); //检查更新 LyLme
- -
- -
- -
- - - \ No newline at end of file + \ No newline at end of file