Files
intecsync/cgi-bin/vorbereitung/walthorz.php
2019-07-28 19:07:15 +02:00

12 lines
161 B
PHP

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