Check_Auth(); if ($_SESSION['Access_Level'] < 1) { header('Location: Voting_Screen.php'); exit; } $db = db(); // Fetch Logs $query = "SELECT * FROM Audit_Trail ORDER BY Timestamp DESC LIMIT 100"; $logs = $db->query($query)->fetchAll(); ?> Audit Trail | Online School Election System

Audit Trail

System activity and security logs

Timestamp User ID Role Action Details
No activity logs found.