From 591d7d6681d0c94950708f0e172e99ac19d76c71 Mon Sep 17 00:00:00 2001 From: jiangsir <1463310682@qq.com> Date: Tue, 10 Sep 2024 21:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/index.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/index.php b/src/index.php index ac76c4c..1bf8611 100644 --- a/src/index.php +++ b/src/index.php @@ -4,9 +4,9 @@ - 登录 + 登录 -

这里?管理员登录入?

+

管理员登录入口

Username:
Password:
@@ -36,12 +36,13 @@ if (!empty($_COOKIE["check"])) { die ("The flag is ". $flag); } else { - die ("Wrong Cookies. Get out!"); + die ("NoNoNo"); } } else { - die ("Admins only"); + die ("you are not admin"); } } -setcookie("ahash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7)); \ No newline at end of file +setcookie("ahash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7)); +#f7fa8882c893a3f48f3cecdaa2f52102 \ No newline at end of file