mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-04-18 02:57:02 +02:00
6 lines
93 B
PHP
6 lines
93 B
PHP
|
|
<?php
|
||
|
|
session_start();
|
||
|
|
session_destroy();
|
||
|
|
header("Location: employee-login.html");
|
||
|
|
exit();
|
||
|
|
?>
|