web/enmi20/index.php
author ymh <ymh.work@gmail.com>
Tue, 20 Oct 2020 12:06:32 +0200
changeset 1530 adf30720ec85
parent 1528 59a81a4de989
child 1539 2eca6c367a75
permissions -rw-r--r--
put back real enmi20 hashtag

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