web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 Feb 2012 10:38:14 +0100
changeset 520 067d37fb966a
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.40 for changeset 29396e629e7c

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