Update index.php
This commit is contained in:
@@ -15,6 +15,10 @@ if ($pfad === "login") {
|
|||||||
include_once "php/controller/login-controller.php";
|
include_once "php/controller/login-controller.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($pfad === "search-results-controller") {
|
||||||
|
include_once "php/controller/search-results-controller.php";
|
||||||
|
}
|
||||||
|
|
||||||
if ($pfad === "register") {
|
if ($pfad === "register") {
|
||||||
include_once "php/controller/register-controller.php";
|
include_once "php/controller/register-controller.php";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user