Weitere Reviewänderungen

This commit is contained in:
2026-05-31 22:49:13 +02:00
parent 2ce13cef72
commit 5db4ad3e63
2 changed files with 49 additions and 31 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
<?php
$_SESSION = [];
session_destroy();
header("Location: index.php?pfad=login");
header("Location: index.php");
exit();