diff --git a/roles.php b/roles.php index 080d29b..67f946d 100644 --- a/roles.php +++ b/roles.php @@ -3,8 +3,8 @@ session_start(); // Authentication check if (!isset($_SESSION['user_id']) || $_SESSION['role_name'] !== 'admin') { - header('Location: login.php'); - exit(); + //header('Location: login.php'); + //exit(); } require_once 'db/config.php';