mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
7 lines
59 B
PHP
7 lines
59 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
session_unset();
|
||
|
|
header("Location: index.php");
|
||
|
|
|
||
|
|
?>
|