mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-04 05:52:58 +00:00
6 lines
106 B
PHP
6 lines
106 B
PHP
<?php
|
|
|
|
include_once "include/SessionManager.php";
|
|
|
|
SessionManager::clear();
|
|
header("Location: index.php"); |