web/fens2012/index.php
author ymh <ymh.work@gmail.com>
Tue, 20 Oct 2020 12:07:33 +0200
changeset 1531 0c13d78ff496
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V06.021 for changeset adf30720ec85

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