From 3d54aeb8f036c9f87dd316af4d491edaab051fa2 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 7 Dec 2025 20:12:55 +0000 Subject: [PATCH] Edit attendance.php via Editor --- attendance.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attendance.php b/attendance.php index 2a55c83..f98fadf 100644 --- a/attendance.php +++ b/attendance.php @@ -3,8 +3,8 @@ session_start(); require_once 'db/config.php'; if (!isset($_SESSION['user_id'])) { - header('Location: login.php'); - exit(); + //header('Location: login.php'); + //exit(); } $role_name = $_SESSION['role_name'];