web/enmi21/index.php
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 13:53:11 +0200
changeset 1546 fa507125e96c
parent 1543 808ef2076edc
child 1555 942d10136be5
permissions -rw-r--r--
enmi21 is not live yet

<?php
// Permanent redirection
header("HTTP/1.1 302 Found");
header("Location: client.php");
exit();
?>