web/enmi18/index.php
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2024 22:42:07 +0100
changeset 1572 dad2fc75bd8b
parent 1494 a7adb39ecf22
permissions -rw-r--r--
Added tag V09.000 for changeset 4a1e6952afe5

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