web/rsln-opendata/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Apr 2011 15:38:44 +0200
changeset 129 80fb43f1be6a
parent 120 3daa4039509a
child 133 9578d3ddce17
permissions -rwxr-xr-x
add event box

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