dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
2 changed files with 2 additions and 9 deletions
Showing only changes of commit b31ce66ef9 - Show all commits
+1 -8
View File
@@ -88,14 +88,7 @@ $isEditMode = (isset($_GET["edit"]) && $_GET["edit"] === "1") || !empty($error);
Account löschen
</button>
</form>
<br><br>
<form action="php/controller/logout-controller.php" method="POST">
<button type="submit" class="button">
Abmelden
</button>
</form>
</div>
<div class="container">
+1 -1
View File
@@ -2,5 +2,5 @@
$_SESSION = [];
session_destroy();
header("Location: ../../index.php");
header("Location: index.php");
exit();