web/fens2013/index.php
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 14:19:00 +0200
changeset 1459 3f3738b166aa
parent 913 68e577cd07fa
permissions -rw-r--r--
Added tag V06.005 for changeset 307fb41c88b8

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