web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 22 Mar 2012 12:22:53 +0100
changeset 558 541bc68826a4
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.54 for changeset 8abee1d436a8

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