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