web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 06 Feb 2012 10:54:07 +0100
changeset 494 36b25df474ac
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.29 for changeset 6210ecb97360

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