summaryrefslogtreecommitdiff
path: root/news.php
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-02-23 13:44:08 -0700
committerJared Adams <jaxad0127@gmail.com>2009-02-23 13:44:08 -0700
commit0015177824ee784ab536c0b3b0c2d913d6afae3c (patch)
treeae37b25b97338fe38acfbe38167fc52c30681497 /news.php
parentb6e53c58c1f0562bc6d552cbd81e5704569fdc17 (diff)
downloadserverdata-0015177824ee784ab536c0b3b0c2d913d6afae3c.tar.gz
serverdata-0015177824ee784ab536c0b3b0c2d913d6afae3c.tar.bz2
serverdata-0015177824ee784ab536c0b3b0c2d913d6afae3c.tar.xz
serverdata-0015177824ee784ab536c0b3b0c2d913d6afae3c.zip
0.0.25 is no longer supported
Diffstat (limited to 'news.php')
-rw-r--r--news.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/news.php b/news.php
index fff3ed8c..e1a8b153 100644
--- a/news.php
+++ b/news.php
@@ -13,8 +13,8 @@ if (substr($agent, 0, 3) == "TMW")
file_put_contents($file, '[' . date('H:i') . "] $agent\n", FILE_APPEND);
}
-$old_versions = array("TMW/0.0.23", "TMW/0.0.24", "TMW/0.0.24.1");
-$min_version = '0.0.25';
+$old_versions = array("TMW/0.0.23", "TMW/0.0.24", "TMW/0.0.24.1", "TMW/0.0.25");
+$min_version = '0.0.26';
if (array_search($agent, $old_versions) !== FALSE) // Explicit check for saftey
{