web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Feb 2012 12:32:56 +0100
changeset 523 02c65a963223
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with ffc077cd6f287efdf6efa2175eb3b1d4d4305117

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