web/mashup/index.php
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 14:53:39 +0200
changeset 1469 836ee3f0f200
parent 197 77e3207456b7
permissions -rwxr-xr-x
Added tag V06.005 for changeset 1c022bcd537a

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