web/fens_FabLab_Design_Metadata/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Jan 2014 15:14:03 +0100
changeset 1042 d83a5117728e
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V02.60 for changeset 6e42b39e10bf

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