From 63975ad6a23aaea89d30581ca8d8b0fb5d0d43f0 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 28 Jul 2019 19:03:06 +0200 Subject: [PATCH] Update --- cgi-bin/vorbereitung/walthorz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/vorbereitung/walthorz.php b/cgi-bin/vorbereitung/walthorz.php index 359e6b1..f5ae61f 100644 --- a/cgi-bin/vorbereitung/walthorz.php +++ b/cgi-bin/vorbereitung/walthorz.php @@ -2,7 +2,7 @@ $val = $_REQUEST['zahl']; -if ($val == 420) { +if ($val == "420") { header("Location: waltermode2.html"); } else { header("Location: waltermode.html");