From 18390234962f2a9277b8bd475a802e8454b64fc6 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 7 Dec 2025 20:06:06 +0000 Subject: [PATCH] Edit roles.php via Editor --- roles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';