web/fens_FabLab_Design_Metadata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 23 Jun 2011 09:46:55 +0200
changeset 194 a3d652c83281
parent 181 4b9405c06dca
permissions -rwxr-xr-x
the mashup festival is not live. add a configuration variable for this

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