web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 09 Nov 2012 13:09:12 +0100
changeset 710 6916a9bf6d7e
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V02.02 for changeset f0b7049fd87d

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