summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/fuppes.php
blob: 44129d2a3d3c9ebb5a9f80ed0f742bd71abe00d3 (plain)
1
2
3
4
<?php
$HTTP_HOST = getenv('HTTP_HOST');
header("Location: http://$HTTP_HOST:8100/");
?>