web/fens2012/client.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 17 Jan 2013 15:26:40 +0100
changeset 773 ca4a76bb6ad8
parent 635 1d9380c8847f
permissions -rw-r--r--
Added tag V02.10 for changeset 8754f622a9fd

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