diff options
Diffstat (limited to 'world')
-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(); } |