mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-03-07 13:27:51 +01:00
6 lines
93 B
PHP
6 lines
93 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("Location: employee-login.html");
|
|
exit();
|
|
?>
|