web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 14 Feb 2012 14:22:15 +0100
changeset 512 8d2fcfbc2fd9
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.36 for changeset 3e6163b7764c

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