web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Nov 2011 11:02:20 +0100
changeset 368 f58ba6a24d0e
parent 181 4b9405c06dca
permissions -rwxr-xr-x
RSLN : web et politique (+bug correction)

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