summaryrefslogtreecommitdiff
path: root/world/map/news.php
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-03-15 14:43:14 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-03-15 14:43:14 -0700
commit553ba1adb6cb5c181c44c27f615d675a27013914 (patch)
tree630f9607a73a37879b155489d84e39685006a4b0 /world/map/news.php
parent8ac8222ccfc9a0259f76f5fc1c0051da9d552842 (diff)
downloadserverdata-553ba1adb6cb5c181c44c27f615d675a27013914.tar.gz
serverdata-553ba1adb6cb5c181c44c27f615d675a27013914.tar.bz2
serverdata-553ba1adb6cb5c181c44c27f615d675a27013914.tar.xz
serverdata-553ba1adb6cb5c181c44c27f615d675a27013914.zip
EOL Mana and remove obsolete cart config
Diffstat (limited to 'world/map/news.php')
-rw-r--r--world/map/news.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/world/map/news.php b/world/map/news.php
index 48ba5e00..33ad6704 100644
--- a/world/map/news.php
+++ b/world/map/news.php
@@ -39,7 +39,8 @@ function handle_tmw($agent)
{
failure_headers();
echo "##1 The client you're using is really old!\n",
- "##1 Please upgrade to a Mana or ManaPlus client.\n",
+ "##1 Please upgrade to the ManaPlus client.\n",
+ "##1 http://manaplus.org/\n",
"##1 TMW Staff\n \n";
}
@@ -52,13 +53,18 @@ function handle_mana($agent, $min_version)
{
failure_headers();
echo "##1 The client you're using is no longer\n".
- "##1 supported! Please upgrade to $min_version or\n".
- "##1 higher, or use ManaPlus!\n \n".
+ "##1 supported! Please upgrade to ManaPlus\n".
+ "##1 http://manaplus.org/\n \n".
"##1 TMW Staff\n \n";
}
else
{
common_headers();
+ echo "##1 The client you're using is at end of life,\n".
+ "##1 and will no longer be supported as of April 8.\n".
+ "##1 Please upgrade to ManaPLus\n".
+ "##1 http://manaplus.org/\n",
+ "##1 TMW Staff\n \n";
}
}