From 416a02f3407f6649b82224472928f5f1c408268b Mon Sep 17 00:00:00 2001 From: jiangsir <1463310682@qq.com> Date: Wed, 11 Sep 2024 17:02:31 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index f8d50a3..e15430a 100644 --- a/src/index.php +++ b/src/index.php @@ -42,4 +42,4 @@ if (!empty($_COOKIE["check"])) { } } -setcookie("ahash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7)); \ No newline at end of file +setcookie("hashhash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7)); \ No newline at end of file