web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Apr 2011 15:39:47 +0200
changeset 131 ef1ad93a227c
parent 120 3daa4039509a
child 133 9578d3ddce17
permissions -rwxr-xr-x
Added tag V00.40 for changeset fd23d25f5ca3

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