web/mashup/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 19 Aug 2011 17:53:30 +0200
changeset 258 58bd8e4d5e65
parent 197 77e3207456b7
permissions -rwxr-xr-x
bug registry url res/js/swfobject local

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