From 2b93b25ab290526d4def70668d136aa1ec0987f1 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sat, 6 Jun 2009 13:06:12 -0700
Subject: PHP to redirect to fuppes.

---
 abs/core-testing/local-website/htdocs/fuppes.php | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 abs/core-testing/local-website/htdocs/fuppes.php

diff --git a/abs/core-testing/local-website/htdocs/fuppes.php b/abs/core-testing/local-website/htdocs/fuppes.php
new file mode 100644
index 0000000..f082f31
--- /dev/null
+++ b/abs/core-testing/local-website/htdocs/fuppes.php
@@ -0,0 +1,4 @@
+<?php
+$HTTP_HOST = getenv('HTTP_HOST');
+header("Location: http://$HTTP_HOST:81/");
+?>
-- 
cgit v0.12