dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 4758366063 - Show all commits
+2 -2
View File
@@ -17,12 +17,12 @@ if ($pfad === "register") {
}
if ($pfad === "logout") {
include_once "content/logout.php";
include_once "content/logout-controller.php";
exit();
}
if ($pfad === "deleteAccount") {
include_once "content/deleteAccount.php";
include_once "content/deleteAccount-controller.php";
exit();
}
?>