diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-06-08 11:53:50 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-06-08 11:53:50 -0700 |
commit | c67d6bb3d1eea2e585a7501b2bb4946728663222 (patch) | |
tree | 373c25fa61be474394a8685512051d6331c3cd2d /world/map | |
parent | 009a16690902c6f55d9a094c3a53ecece319c403 (diff) | |
download | serverdata-c67d6bb3d1eea2e585a7501b2bb4946728663222.tar.gz serverdata-c67d6bb3d1eea2e585a7501b2bb4946728663222.tar.bz2 serverdata-c67d6bb3d1eea2e585a7501b2bb4946728663222.tar.xz serverdata-c67d6bb3d1eea2e585a7501b2bb4946728663222.zip |
Add a one-line message, since the client ignores the body
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/news.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/news.php b/world/map/news.php index 398395b5..48ba5e00 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -8,7 +8,7 @@ $cur_version = '0.6.1'; // utility functions function failure_headers() { - header('HTTP/1.0 403 Forbidden'); + header('HTTP/1.0 403 Upgrade your client'); common_headers(); } |