From 5ee32628438584a28ba337971b784ae1ed697ff9 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 15 Mar 2026 02:58:05 +0000 Subject: [PATCH] roni --- includes/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/auth.php b/includes/auth.php index 369a5f5..bda729c 100644 --- a/includes/auth.php +++ b/includes/auth.php @@ -7,7 +7,7 @@ if (session_status() === PHP_SESSION_NONE) { // Credentials const ADMIN_USERNAME = 'roni'; -const ADMIN_PASSWORD_HASH = '$2y$10$w850c9hF2m2Z5hO0v.4tPuwv1W0i/1f2.sV4.gLw6v5I.vI4vF7xO'; // Hash of 'wijaya91' +const ADMIN_PASSWORD_HASH = '$2y$10$hkUDAZesiL6CbEdU34ovGOEDmfAjfeAF9E5eu.Yxlv0xO8aX5UBIW'; // Hash of 'wijaya91' function is_admin_logged_in(): bool { return !empty($_SESSION['admin_logged_in']);