web/fens2012/client.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 May 2013 16:37:54 +0200
changeset 901 1c802a62425f
parent 635 1d9380c8847f
permissions -rw-r--r--
Changes on Cineconf

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