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 <?php
session_start(); session_start();
$_SESSION = array();
unset($_SESSION["user"]); unset($_SESSION);
session_destroy();
header("Location: /"); header("Location: /");