web/mashup/index.php
author ymh <ymh.work@gmail.com>
Fri, 21 Dec 2018 12:03:26 +0100
changeset 1491 1ebb10607de5
parent 197 77e3207456b7
permissions -rwxr-xr-x
Close branch

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