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

13 lines
177 B
PHP

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