web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 08 Nov 2011 18:19:32 +0100
changeset 356 78fc59a78fec
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V00.93 for changeset 6bf5d2453537

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