web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 14 Feb 2012 14:21:24 +0100
changeset 511 8b035663863b
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with 6a5051b23cf3f3cfd7141747b3a1f4237bbf901f

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