web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Feb 2012 16:38:01 +0100
changeset 525 5f1fab3e5d26
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Switched to edito-curation

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