Anpassung der index.php damit der richtige controller geladen wird

This commit is contained in:
rirat-0
2026-06-02 13:20:54 +02:00
parent 36276c7c88
commit f04d8fecd3
2 changed files with 8 additions and 3 deletions
@@ -22,8 +22,6 @@ if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["q"])) {
$_SESSION["message"] = "internal_error";
}
}
header("location: ../../index.php?pfad=search-results");
exit();
}