fix: Undefined function

This commit is contained in:
overflowerror 2024-08-08 22:35:06 +02:00
parent 5c3046d855
commit 831008aa33

View file

@ -32,12 +32,10 @@ function renderChoice(): void {
function reload(): void {
if (isset($_GET["ajax"])) {
header("LOCATION: ?ajax");
header("LOCATION: ?ajax", true, 303);
} else {
header("LOCATION: /");
header("LOCATION: /", true, 303);
}
http_send_status(303);
}
function newPairing(): array {