This commit is contained in:
2019-07-28 19:01:22 +02:00
parent 3a8ae47c7f
commit 28d4369fa2
4 changed files with 140 additions and 0 deletions

View File

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