web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 28 Oct 2011 16:46:13 +0200
changeset 340 a99a04556e3b
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added conversation mode

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