web/fens2012/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 17 Jan 2013 15:23:59 +0100
changeset 771 5799d5da7518
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V02.10 for changeset 531072731725

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