web/fens2012/client.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Fri, 28 Mar 2014 11:31:02 +0100
changeset 1091 89455742ba35
parent 635 1d9380c8847f
permissions -rw-r--r--
carrousel correction

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