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