web/rsln-opendata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 06 May 2011 11:11:26 +0200
changeset 135 d689f183db2c
parent 133 9578d3ddce17
permissions -rwxr-xr-x
add client live

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