web/mashup/index.php
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 13:51:10 +0200
changeset 1545 468a61513857
parent 197 77e3207456b7
permissions -rwxr-xr-x
update enmi21

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