From 016193de07fb40b01dc3f7e6773aae5c47dfe056 Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Tue, 2 Jun 2026 13:24:17 +0200 Subject: [PATCH] weitere anpassung von index.php --- index.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index f2de267..f7200ef 100644 --- a/index.php +++ b/index.php @@ -5,6 +5,11 @@ if (!isset($abs_path)) { require_once "path.php"; } require_once $abs_path . "/php/controller/index-controller.php"; + +if (isset($_GET["pfad"]) && $_GET["pfad"] === "search-results") { + require_once $abs_path . "/php/controller/search-results-controller.php"; +} + ?>