web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 24 Nov 2016 18:14:55 +0100
changeset 1361 e31f2dd1793a
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V04.049 for changeset 9e1ca9b67285

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