Review Changes

This commit is contained in:
2026-05-31 21:42:46 +02:00
parent 25f6d2bf4a
commit 6c5047be30
5 changed files with 27 additions and 49 deletions
+2
View File
@@ -1,5 +1,7 @@
<?php
session_start();
$_SESSION = [];
session_destroy();
header("Location: index.php?pfad=login");