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