Fix Bugs && Continue Opfer Page + API

This commit is contained in:
marc-go
2026-04-18 20:01:42 +02:00
parent f2bb74dd12
commit 1f5ada7bfa
15 changed files with 576 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
setcookie("device_id", $device_id, time() + 3600, "/");
setcookie("username", $user, time() + 3600, "/");
header("Location: /opfer.html");
header("Location: /index.html");
exit;
}else{