web/fens2012/client.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 28 Nov 2012 18:33:14 +0100
changeset 724 73e9f2107400
parent 635 1d9380c8847f
permissions -rw-r--r--
CSS Corrections

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