web/fens_FabLab_Design_Metadata/index.php
author convert-repo
Fri, 15 Jun 2018 08:40:12 +0000
changeset 1426 15a1a28f609a
parent 181 4b9405c06dca
permissions -rwxr-xr-x
update tags

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