web/fens2014/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 11:04:27 +0100
changeset 1513 b833d7c72ea9
parent 1124 4e4437acf84c
permissions -rw-r--r--
Improve docker test settings

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