web/rsln/index.php
author ymh <ymh.work@gmail.com>
Sun, 28 Nov 2021 18:55:58 +0100
changeset 1554 5da776f32fe9
parent 1004 1eff91564807
permissions -rwxr-xr-x
Added tag V07.003 for changeset 53df1cd6d37a

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