This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
engelsystem/www/index.php

4 lines
71 B
PHTML

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