engelsystem/www/index.php

4 lines
71 B
PHP
Raw Normal View History

2011-06-01 12:13:39 +02:00
<?php
header("Location: https://" . $_SERVER['HTTP_HOST'] . "/");
?>