web/enmi12/index.php
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2024 22:42:07 +0100
changeset 1572 dad2fc75bd8b
parent 780 03e433365026
permissions -rw-r--r--
Added tag V09.000 for changeset 4a1e6952afe5

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