web/fens2014/index.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:29:53 +0100
changeset 1575 ce1d5b0d1479
parent 1124 4e4437acf84c
permissions -rw-r--r--
Correct some details

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