4. versuch

This commit is contained in:
rirat-0
2026-06-02 13:14:04 +02:00
parent 400436a73f
commit 4a2cf0b55b
@@ -22,6 +22,8 @@ if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["q"])) {
$_SESSION["message"] = "internal_error"; $_SESSION["message"] = "internal_error";
} }
} }
header("location: ../../index.php?pfad=search-results");
exit();
} }