web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 15 Dec 2011 18:42:18 +0100
changeset 416 49ff61b8baf6
parent 133 9578d3ddce17
child 1004 1eff91564807
permissions -rwxr-xr-x
Merge with c0e892c26894c380c352f6f0cc11ac2a9a1d6e6e

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