web/rsln-opendata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 16 Sep 2011 00:12:53 +0200
changeset 280 a22072865d56
parent 133 9578d3ddce17
permissions -rwxr-xr-x
Added tag V00.81 for changeset 4660a8b955df

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