Edit attendance.php via Editor

This commit is contained in:
Flatlogic Bot 2025-12-07 20:12:55 +00:00
parent 7acb928eca
commit 3d54aeb8f0

View File

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