web/rsln-opendata/index.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Tue, 07 Oct 2014 11:02:27 +0200
changeset 1152 8a5ed4265209
parent 133 9578d3ddce17
permissions -rwxr-xr-x
Added tag V03.001 for changeset f5f62136f987

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