web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 15 May 2012 15:59:58 +0200
changeset 615 3bafb6f5b7f7
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V01.79 for changeset 5fa0d602c5df

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