engelsystem/www/index.php

4 lines
71 B
PHP

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