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']);