web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Mon, 17 Dec 2018 23:39:10 +0100
changeset 1487 6d4cc9caad9c
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V06.012 for changeset 59bda88361fc

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