web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 16 Dec 2011 20:10:31 +0100
changeset 424 e67c4b18a16b
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added Embeddable Version

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