diff options
Diffstat (limited to 'abs/core-testing/local-website/htdocs')
-rw-r--r-- | abs/core-testing/local-website/htdocs/fuppes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/local-website/htdocs/fuppes.php b/abs/core-testing/local-website/htdocs/fuppes.php index f082f31..44129d2 100644 --- a/abs/core-testing/local-website/htdocs/fuppes.php +++ b/abs/core-testing/local-website/htdocs/fuppes.php @@ -1,4 +1,4 @@ <?php $HTTP_HOST = getenv('HTTP_HOST'); -header("Location: http://$HTTP_HOST:81/"); +header("Location: http://$HTTP_HOST:8100/"); ?> |