Implementierung von neuem such algorithmus und entsprechenden anpassungen in anderen dateien

This commit is contained in:
rirat-0
2026-06-02 16:58:12 +02:00
parent 8e3642c668
commit 06930644a6
4 changed files with 32 additions and 18 deletions
@@ -24,6 +24,8 @@ if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["q"])) {
$_SESSION["message"] = "internal_error";
}
}
header("Location: ../../index.php?pfad=search-results");
exit();
}