✨ Working: Auth, DB, view ticket
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
8
app/public/logout.php
Normal file
8
app/public/logout.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$PAGE_NAME = "Logging out...";
|
||||
require_once __DIR__ . "/../includes/prereqs.php";
|
||||
|
||||
session_destroy();
|
||||
|
||||
header('Location: /');
|
||||
?>
|
||||
Reference in New Issue
Block a user