web/enmi18/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Sun, 28 Nov 2021 18:55:45 +0100
changeset 1553 53df1cd6d37a
parent 1494 a7adb39ecf22
permissions -rw-r--r--
Correct schedule on tuesday

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