web/fens2012/index.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:37:34 +0100
changeset 1577 96a6eada7982
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Correct some details again

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