web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Apr 2011 18:54:31 +0200
changeset 133 9578d3ddce17
parent 120 3daa4039509a
child 1004 1eff91564807
permissions -rwxr-xr-x
correct line endings + other small errors

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