diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 13:44:08 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 13:44:08 -0700 |
commit | 0015177824ee784ab536c0b3b0c2d913d6afae3c (patch) | |
tree | ae37b25b97338fe38acfbe38167fc52c30681497 /news.php | |
parent | b6e53c58c1f0562bc6d552cbd81e5704569fdc17 (diff) | |
download | serverdata-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |