summaryrefslogtreecommitdiff
path: root/news.php
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-24 23:43:00 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-24 23:43:00 -0600
commit1d03a9ce8ef275df344ffbf5dfea087e1afe13ed (patch)
tree9f25017cf494cf0ef99ad9807e713039ea05888f /news.php
parent55ca2cc74a8e6c211a9403aa1152019c0116469f (diff)
downloadserverdata-1d03a9ce8ef275df344ffbf5dfea087e1afe13ed.tar.gz
serverdata-1d03a9ce8ef275df344ffbf5dfea087e1afe13ed.tar.bz2
serverdata-1d03a9ce8ef275df344ffbf5dfea087e1afe13ed.tar.xz
serverdata-1d03a9ce8ef275df344ffbf5dfea087e1afe13ed.zip
Add Mana as a client ID
Diffstat (limited to 'news.php')
-rw-r--r--news.php2
1 files changed, 1 insertions, 1 deletions
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);