web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 03 Aug 2012 00:52:26 +0200
changeset 674 0821078ad8b3
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V1.97 for changeset b2b0416133bc

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