This commit is contained in:
2019-07-28 19:04:30 +02:00
parent 63975ad6a2
commit 4e2eb9b618
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
$val = $_REQUEST['zahl'];
$val = $_POST['zahl'];
if ($val == "420") {
header("Location: waltermode2.html");