web/mashup/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Nov 2011 11:36:58 +0100
changeset 372 4e00513a6c5c
parent 197 77e3207456b7
permissions -rwxr-xr-x
RSLN : edito embed bug (correction)

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