web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 19 Jan 2012 13:58:59 +0100
changeset 484 e6ac91d5462b
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with c67d02d73448b0c5cd4c513f985bb7018aad2650

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