From 1d03a9ce8ef275df344ffbf5dfea087e1afe13ed Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Oct 2009 23:43:00 -0600 Subject: Add Mana as a client ID --- news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news.php') diff --git a/news.php b/news.php index e1a8b153..98efe63a 100644 --- a/news.php +++ b/news.php @@ -6,7 +6,7 @@ header("Pragma: no-cache"); $agent = $_SERVER['HTTP_USER_AGENT']; -if (substr($agent, 0, 3) == "TMW") +if (substr($agent, 0, 3) == "TMW" || substr($agent, 0, 4) == "Mana") { $file = 'versions/' . date('Y-m-d') . '.txt'; touch($file); -- cgit v1.2.3-60-g2f50