summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);