Update
This commit is contained in:
11
cgi-bin/vorbereitung/walthorz.php
Normal file
11
cgi-bin/vorbereitung/walthorz.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$val = $_REQUEST['zahl'];
|
||||
|
||||
if ($val == 420) {
|
||||
header("Location: waltermode2.html");
|
||||
} else {
|
||||
header("Location: waltermode.html");
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user