web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 18 Oct 2011 15:06:35 +0200
changeset 321 a87cc2c0aca8
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V00.87 for changeset 882a8b224f3a

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