web/eduinov-2013/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Fri, 11 Jan 2019 01:19:45 +0100
changeset 1499 641ced48fd5a
parent 796 745715a38cb4
permissions -rw-r--r--
Improve counter display in client by using twitter-text
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
//header("Location: select.php");
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
header("Location: select.php");
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
exit();
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
?>