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