web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 May 2013 16:43:09 +0200
changeset 905 2d0cd0d48a51
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Correction intervenant

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