web/fens2012/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 28 Aug 2012 12:29:30 +0200
changeset 685 b48fe0f2d5b1
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Removed Protocol on FENS 2012

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