mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
Refactor HTML and CSS file structure: update stylesheet paths, add new scripts, and enhance login functionality
This commit is contained in:
7
php/logout.php
Normal file
7
php/logout.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<!-- filepath: c:\xampp\htdocs\Spik-en-span\logout.php -->
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header("Location: employee-login.html");
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user