Abmelden-Button aus Profile entfernt

This commit is contained in:
NOrtmann1
2026-06-10 18:10:48 +02:00
parent 93bd561ff9
commit b31ce66ef9
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
$_SESSION = [];
session_destroy();
header("Location: ../../index.php");
header("Location: index.php");
exit();