adding keepmeloggedin

This commit is contained in:
Janis Steiner
2024-12-28 17:15:57 +01:00
parent 052c8c4181
commit 5214c96b90
16 changed files with 293 additions and 38 deletions

View File

@@ -2,5 +2,6 @@
session_start();
session_unset();
session_destroy();
setcookie("auth_token", "", time() - 3600, "/");
header("LOCATION:/");
?>