web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 22 Mar 2013 10:47:04 +0100
changeset 810 ba5f4046635b
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with b70f633a6f16bcc42923f796b2c7a31b6afd9694

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