web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Wed, 26 Jun 2019 14:04:16 +0200
changeset 1501 3e5a9740a15a
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag 06.015 for changeset b80b8e81065d

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