From a562a67923e87d2c68a722b1de4011b945442f28 Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Tue, 2 Jun 2026 18:02:40 +0200 Subject: [PATCH] fehlersuche 3 --- content/search-results.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/search-results.php b/content/search-results.php index 8df391b..5287246 100644 --- a/content/search-results.php +++ b/content/search-results.php @@ -9,6 +9,8 @@ echo ""; // debugging //require_once '../php/model/Article.php'; +$projectRoot = "/var/www/html/DI-14-C-ImplementedSearch"; +$articleClassPath = $projectRoot . '/model/Article.php'; $results = $_SESSION["search_results"] ?? []; $query = $_SESSION["search_query"] ?? "";