web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Sun, 11 Mar 2012 21:50:32 +0100
changeset 541 c1ad8567ce01
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.46 for changeset d437b56759c9

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