From 553ba1adb6cb5c181c44c27f615d675a27013914 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 15 Mar 2014 14:43:14 -0700 Subject: EOL Mana and remove obsolete cart config --- world/map/news.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'world/map/news.php') 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"; } } -- cgit v1.2.3-60-g2f50