web/rsln-opendata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 Nov 2011 16:17:25 +0100
changeset 367 d297e4a115a6
parent 133 9578d3ddce17
permissions -rwxr-xr-x
Added tag V00.96 for changeset 393108e63473

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