This commit is contained in:
2019-07-28 19:03:06 +02:00
parent 28d4369fa2
commit 63975ad6a2

View File

@@ -2,7 +2,7 @@
$val = $_REQUEST['zahl'];
if ($val == 420) {
if ($val == "420") {
header("Location: waltermode2.html");
} else {
header("Location: waltermode.html");