web/mashup/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 17:55:44 +0100
changeset 1519 c6da95ce8476
parent 197 77e3207456b7
permissions -rwxr-xr-x
Added tag V06.018 for changeset a3c6f244dbc1

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