web/enmi15/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 14:30:18 +0100
changeset 1514 5869151a1f2f
parent 1301 ae7457ba07e9
permissions -rw-r--r--
Upgrade various js dependencies

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