web/fens2012/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 24 Jul 2012 15:44:52 +0200
changeset 665 298b4f2f1e1c
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V01.93 for changeset 1b96f412bd01

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