This commit is contained in:
ui0ppk 2023-02-05 21:25:39 +02:00
commit 35eb6737cf
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<?php
session_start();
unset($_SESSION["user"]);
$_SESSION = array();
unset($_SESSION);
session_destroy();
header("Location: /");