web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 17 Apr 2013 17:44:26 +0200
changeset 862 9e121cf2171f
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Arendt corrections

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