web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Tue, 22 Oct 2024 10:01:37 +0200
changeset 1570 c175d505e40d
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V08.006 for changeset 455bdfbdd320

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