web/fens_FabLab_Design_Metadata/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 27 Jan 2015 11:40:40 +0100
changeset 1183 a3f6ba54f16f
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V03.011 for changeset c3ad0e7ae93b

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