web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 07 Oct 2011 14:20:52 +0200
changeset 295 87d2e09c578c
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with ab3ea7cbd3317a69aef6c0343422380fa41a2456

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