web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 13:53:11 +0200
changeset 1546 fa507125e96c
parent 181 4b9405c06dca
permissions -rwxr-xr-x
enmi21 is not live yet

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