web/enmi18/index.php
author ymh <ymh.work@gmail.com>
Tue, 12 Jan 2021 17:29:44 +0100
changeset 1539 2eca6c367a75
parent 1494 a7adb39ecf22
permissions -rw-r--r--
publish enmi2020

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