更新 src/index.php

This commit is contained in:
jiangsir 2024-09-11 17:02:31 +08:00
parent 4ce0fc3ccc
commit 416a02f340

View File

@ -42,4 +42,4 @@ if (!empty($_COOKIE["check"])) {
}
}
setcookie("ahash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7));
setcookie("hashhash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7));