web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 14 Nov 2011 12:09:58 +0100
changeset 361 95421370ea9e
parent 181 4b9405c06dca
permissions -rwxr-xr-x
error script analytics anchor

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