web/enmi2011/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 11:02:15 +0100
changeset 1512 487ca37bb0c7
parent 465 297156c2efbe
permissions -rwxr-xr-x
Upgrade backbone

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