36947-vm/logout.php
Flatlogic Bot 4be8924eba Educ8
2025-12-14 21:05:45 +00:00

7 lines
98 B
PHP

<?php
session_start();
session_unset();
session_destroy();
header('Location: login.php');
exit;
?>