summaryrefslogtreecommitdiffstats
path: root/abs/core/local-website/htdocs/fuppes.php
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/local-website/htdocs/fuppes.php')
-rw-r--r--abs/core/local-website/htdocs/fuppes.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/local-website/htdocs/fuppes.php b/abs/core/local-website/htdocs/fuppes.php
new file mode 100644
index 0000000..44129d2
--- /dev/null
+++ b/abs/core/local-website/htdocs/fuppes.php
@@ -0,0 +1,4 @@
+<?php
+$HTTP_HOST = getenv('HTTP_HOST');
+header("Location: http://$HTTP_HOST:8100/");
+?>