web/enmi12/index.php
author ymh <ymh.work@gmail.com>
Mon, 21 Dec 2020 14:03:08 +0100
changeset 1537 7e59183129bb
parent 780 03e433365026
permissions -rw-r--r--
Added tag V06.024 for changeset dd7d376749a4

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: select.php");
exit();
?>