web/fens_FabLab_Design_Metadata/index.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 17:17:30 +0100
changeset 1582 3994db8224ea
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V09.005 for changeset 2d713fdd532f

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