web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Tue, 03 Dec 2019 11:55:43 +0100
changeset 1510 cba9dda10025
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V06.017 for changeset 0b68fd2f9547

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