web/fens2012/client.php
author ymh <ymh.work@gmail.com>
Tue, 06 Nov 2018 11:32:14 +0100
changeset 1485 71ffb0f9ec4c
parent 635 1d9380c8847f
permissions -rw-r--r--
Added tag V06.011 for changeset 8b545f4cdaf3

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