diff --git a/index.php b/index.php index 3efa72a..374ee62 100644 --- a/index.php +++ b/index.php @@ -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"; }