web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Thu, 15 Dec 2011 22:41:46 +0100
changeset 417 0bad43271c65
parent 181 4b9405c06dca
permissions -rwxr-xr-x
correction bug __DIR__

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