web/enmi17/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Fri, 11 Jan 2019 01:19:45 +0100
changeset 1499 641ced48fd5a
parent 1412 8e51c6b8815f
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");
header("Location: select.php");
exit();
?>