web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 26 May 2011 07:32:48 +0200
changeset 168 ff9a02953c4c
parent 133 9578d3ddce17
child 1004 1eff91564807
permissions -rwxr-xr-x
Added tag V00.53 for changeset 1d8e759c7936

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