web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 06 Feb 2012 10:48:51 +0100
changeset 493 a207e84944e0
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Correction Programme BPI + Correction Web Fonts

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