mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 21:36:31 +01:00
add login, logout, ticket processing, and QR scanner functionality
This commit is contained in:
7
logout.php
Normal file
7
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