web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 28 Apr 2011 10:24:43 +0200
changeset 134 dcbde1a9f4c8
parent 133 9578d3ddce17
child 1004 1eff91564807
permissions -rwxr-xr-x
Added tag V00.41 for changeset c9e12c9c60a5

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