dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 6595a3d78d - Show all commits
+4
View File
@@ -15,6 +15,10 @@ if ($pfad === "login") {
include_once "php/controller/login-controller.php";
}
if ($pfad === "search-results-controller") {
include_once "php/controller/search-results-controller.php";
}
if ($pfad === "register") {
include_once "php/controller/register-controller.php";
}