web/rsln/index.php
author ymh <ymh.work@gmail.com>
Fri, 21 Dec 2018 12:02:55 +0100
changeset 1490 136eb9e1a208
parent 133 9578d3ddce17
child 1004 1eff91564807
permissions -rwxr-xr-x
Close branch

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