entfernung mancher aenderungen

This commit is contained in:
rirat-0
2026-06-02 13:26:11 +02:00
parent 016193de07
commit 24dc432f01
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -6,10 +6,6 @@ if (!isset($abs_path)) {
} }
require_once $abs_path . "/php/controller/index-controller.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";
}
?> ?>
<!-- <!--
+1 -1
View File
@@ -67,7 +67,7 @@ interface ArticleManagerDAO
* *
* @param $keyword Wort, nach dem gesucht wird als string * @param $keyword Wort, nach dem gesucht wird als string
*/ */
public function search(string $keyword): array; //public function search(string $keyword): array;
} }