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

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