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"] ?? "";