summaryrefslogtreecommitdiff
path: root/www/index.php
blob: 2e2180409ab77cb977cec50a0ae4080c44bdcee3 (plain)
1
2
3
4
<?PHP
header("Location: https://".$_SERVER['HTTP_HOST']."/");
?>