diff --git a/users.php b/users.php index 71a3cea..73fc5bf 100644 --- a/users.php +++ b/users.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';