aboutsummaryrefslogtreecommitdiffstats
path: root/goto.php
diff options
context:
space:
mode:
Diffstat (limited to 'goto.php')
-rw-r--r--goto.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/goto.php b/goto.php
new file mode 100644
index 00000000..3ccaee07
--- /dev/null
+++ b/goto.php
@@ -0,0 +1,4 @@
+<?php
+$url = "http://".$_SERVER['SERVER_NAME']."/".$_POST["manual"]."/".$_POST["release"]."/".$_POST["flang"]."/content/index.html";
+echo '<meta http-equiv="Refresh" content="0;url='.$url.'" />'
+?>