web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 Nov 2011 16:15:14 +0100
changeset 365 d39a06f088e4
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with 3455d90f3e64b37c29ff80e78b064026aa38326c

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