X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/490190b8739241b84ead87ed47f8a3c65553fe10..cf36e8d2fba81351889208e4499e8d28e7d9593c:/lib/init-website.php diff --git a/lib/init-website.php b/lib/init-website.php index bcf3ebf7..6db83988 100644 --- a/lib/init-website.php +++ b/lib/init-website.php @@ -54,9 +54,9 @@ if (strpos(CONST_BlockedIPs, ','.$_SERVER["REMOTE_ADDR"].',') !== false || $fBucketVal >= CONST_ConnectionBucket_BlockLimit) { + header("HTTP/1.0 429 Too Many Requests"); echo "Your IP has been blocked. \n"; - echo "Please create a nominatim trac ticket (http://trac.openstreetmap.org/newticket?component=nominatim) to request this to be removed. \n"; - echo "Information on the Nominatim usage policy can be found here: http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy \n"; + echo CONST_BlockMessage; exit; }