web/mashup/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 18 Oct 2011 14:45:41 +0200
changeset 318 d5ca934fb208
parent 197 77e3207456b7
permissions -rwxr-xr-x
merge

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