engelsystem/www/index.php

5 lines
66 B
PHP
Raw Normal View History

<?PHP
header("Location: https://".$_SERVER['HTTP_HOST']."/");
?>