dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 38608a5278 - Show all commits
+2 -2
View File
@@ -11,7 +11,7 @@ $pfad = $_GET["pfad"] ?? "home";
*/
/*if ($pfad === "login") {
include_once "php/controller/login-controller.php";
}*/
}
if ($pfad === "register") {
include_once "php/controller/register-controller.php";
@@ -25,7 +25,7 @@ if ($pfad === "logout") {
if ($pfad === "deleteAccount") {
include_once "content/deleteAccount.php";
exit();
}
}*/
?>
<!--