web/caps2012/index.php
author ymh <ymh.work@gmail.com>
Fri, 11 Jan 2019 01:19:45 +0100
changeset 1499 641ced48fd5a
parent 1382 53b05c47f473
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: polemicaltimeline.php");
exit();
?>