X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/01ea7722553c2632ddc90e9233d53d277f3559e2..refs/tags/v2.3.0:/lib/init-website.php diff --git a/lib/init-website.php b/lib/init-website.php index 8603e309..6db83988 100644 --- a/lib/init-website.php +++ b/lib/init-website.php @@ -1,6 +1,17 @@ = 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; }