web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 10 Aug 2012 16:25:19 +0200
changeset 678 ec24200dd124
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.98 for changeset e18e12a87802

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