diff --git a/src/index.php b/src/index.php index 5e447e7..67c3ae3 100644 --- a/src/index.php +++ b/src/index.php @@ -4,9 +4,9 @@ - 登录 + 鐧诲綍 -

这里是管理员登录入口

+

杩欓噷鏄鐞嗗憳鐧诲綍鍏ュ彛

Username:
Password:
@@ -43,5 +43,4 @@ if (!empty($_COOKIE["check"])) { die ("Admins only"); } } - -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)); \ No newline at end of file