mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-14 07:09:06 +00:00
Initial commit
This commit is contained in:
6
logout.re.php
Normal file
6
logout.re.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
include_once "include/SessionManager.php";
|
||||
|
||||
SessionManager::clear();
|
||||
header("Location: index.php");
|
||||
Reference in New Issue
Block a user