web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Tue, 12 Jan 2021 17:30:44 +0100
changeset 1540 0e5803a7babc
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V07.000 for changeset 2eca6c367a75

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