web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 24 Oct 2017 18:46:57 +0200
changeset 1397 23db32038b2b
parent 1004 1eff91564807
permissions -rwxr-xr-x
Added tag V04.057 for changeset 975ba09b79dd

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