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