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

12 lines
159 B
PHP

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