web/fens2012/client.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 16 Apr 2013 09:29:36 +0200
changeset 853 90ce8f55e350
parent 635 1d9380c8847f
permissions -rw-r--r--
Edito as main event

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