This commit is contained in:
2019-07-28 19:05:40 +02:00
parent 4e2eb9b618
commit 9fe830dd99

View File

@@ -1,11 +1,12 @@
<?php <?php
$val = $_POST['zahl']; $val = $_REQUEST['zahl'];
echo($val);
if ($val == "420") { if ($val == "420") {
header("Location: waltermode2.html"); //header("Location: waltermode2.html");
} else { } else {
header("Location: waltermode.html"); //header("Location: waltermode.html");
} }
?> ?>