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 Account löschen
</button> </button>
</form> </form>
<br><br>
<form action="php/controller/logout-controller.php" method="POST">
<button type="submit" class="button">
Abmelden
</button>
</form>
</div> </div>
<div class="container"> <div class="container">
+1 -1
View File
@@ -2,5 +2,5 @@
$_SESSION = []; $_SESSION = [];
session_destroy(); session_destroy();
header("Location: ../../index.php"); header("Location: index.php");
exit(); exit();