web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 06 Jan 2017 15:42:29 +0100
changeset 1383 724d2e401f9e
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V04.054 for changeset 214daed4fe2e

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