diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-25 09:04:17 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-25 09:04:17 -0800 |
commit | 8b0e5b4a55b38876c936db52462889e3122c56c8 (patch) | |
tree | 12a9b825756523e3303b1a3dbf8a7ce72d91074d | |
parent | 6cdf20622f6e9e697567aa08b821cd51ffe4be40 (diff) | |
download | serverdata-8b0e5b4a55b38876c936db52462889e3122c56c8.tar.gz serverdata-8b0e5b4a55b38876c936db52462889e3122c56c8.tar.bz2 serverdata-8b0e5b4a55b38876c936db52462889e3122c56c8.tar.xz serverdata-8b0e5b4a55b38876c936db52462889e3122c56c8.zip |
Update warning in news.php
Previously, some of this was local modifications on the main server.
The rest is a forum quote from Crush.
-rw-r--r-- | world/map/news.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/news.php b/world/map/news.php index 23786bb4..3338e9f4 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -32,7 +32,12 @@ if (substr($agent, 0, 5) == "Mana/" "##1 TMW Staff\n \n"; } -echo "##9 Latest client version: ##6$cur_version\n##0\n"; +echo "##9 Latest client version: ##6$cur_version\n \n"; +echo "##7 TMW Staff will never ask you for your password.\n"; +echo "##7 Anyone doing so is trying to scam you.\n \n"; + +echo "##1 Sharing an account to a computer system is like sharing\n"; +echo "##1 your underwear.##0\n \n##0\n"; print file_get_contents("news.txt"); ?> |