web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Wed, 19 Dec 2018 12:33:43 +0100
changeset 1489 74d7bed242b2
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V06.013 for changeset e2317b551727

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