summaryrefslogtreecommitdiff
path: root/news.php
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-06-28 00:40:28 +0000
committerJared Adams <jaxad0127@gmail.com>2010-06-28 00:40:28 +0000
commit51766deba57c598ca3c6f48ecb3a5d416e9f78d9 (patch)
tree7d7237e468ab2d104c2bb067f9b57fcaf9f486c1 /news.php
parentff5c403afc514f47638c789292fb8a13800a7314 (diff)
downloadserverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.tar.gz
serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.tar.bz2
serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.tar.xz
serverdata-51766deba57c598ca3c6f48ecb3a5d416e9f78d9.zip
Do some maintenance on news.php
Diffstat (limited to 'news.php')
-rw-r--r--news.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/news.php b/news.php
index 0f61fb95..4b2cc414 100644
--- a/news.php
+++ b/news.php
@@ -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");
?>