dev auf main #68

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