mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-03-07 05:52:46 +01:00
:3
This commit is contained in:
6
projects/challenge 9/Spik-en-span/php/logout.php
Normal file
6
projects/challenge 9/Spik-en-span/php/logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header("Location: employee-login.html");
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user