web/fens2012/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 14 Jun 2012 16:05:27 +0200
changeset 637 c282fe964d19
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V01.86 for changeset 2073832091d5

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