web/museo/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Fri, 11 Jan 2019 01:19:45 +0100
changeset 1499 641ced48fd5a
parent 797 c3543cde84c8
permissions -rw-r--r--
Improve counter display in client by using twitter-text

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