Edit users.php via Editor

This commit is contained in:
Flatlogic Bot 2025-12-07 20:06:27 +00:00
parent 1839023496
commit 4d076f05c2

View File

@ -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';