web/fens2012/client.php
author ymh <ymh.work@gmail.com>
Thu, 25 Nov 2021 11:28:51 +0100
changeset 1549 f21b84c64daa
parent 635 1d9380c8847f
permissions -rw-r--r--
Update img and infofor enmi 2021

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