web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 10 May 2013 13:34:40 +0200
changeset 893 10a19dd4e1c9
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Merge with 357990a5f8cc85fd4181b2d8d0556b6c05fcf287

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