web/fens_FabLab_Design_Metadata/index.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Fri, 28 Mar 2014 11:31:02 +0100
changeset 1091 89455742ba35
parent 181 4b9405c06dca
permissions -rwxr-xr-x
carrousel correction

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