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