web/rsln-opendata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 19 Mar 2014 17:22:11 +0100
changeset 1088 4834162e1cd6
parent 133 9578d3ddce17
permissions -rwxr-xr-x
Added tag V02.78 for changeset 89c7c5e2ac06

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