diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-06-28 00:40:28 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-06-28 00:40:28 +0000 |
commit | 51766deba57c598ca3c6f48ecb3a5d416e9f78d9 (patch) | |
tree | 7d7237e468ab2d104c2bb067f9b57fcaf9f486c1 | |
parent | ff5c403afc514f47638c789292fb8a13800a7314 (diff) | |
download | serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.tar.gz serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.tar.bz2 serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.tar.xz serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.zip |
Do some maintenance on news.php
-rw-r--r-- | news.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -13,7 +13,7 @@ if (substr($agent, 0, 3) == "TMW" || substr($agent, 0, 4) == "Mana") file_put_contents($file, '[' . date('H:i') . "] $agent\n", FILE_APPEND); } -$min_version = '0.0.28.1'; +$min_version = '0.0.29.1'; $cur_version = '0.0.29.1'; if (substr($agent, 0, 3) == "TMW" and $agent < 'TMW/' . $min_version) @@ -26,7 +26,5 @@ if (substr($agent, 0, 3) == "TMW" and $agent < 'TMW/' . $min_version) echo "##9 Latest client version: ##6$cur_version\n \n"; -echo "##0 New IRC channel: #themanaworld on irc.themanaworld.org\n \n"; - print file_get_contents("news.txt"); ?> |