X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/f56cae42913606ca9893983e3b62199a7f68b8b9..8ecd32b7dd22a38c30b119d156d5bec430f14ceb:/lib/init-website.php?ds=sidebyside diff --git a/lib/init-website.php b/lib/init-website.php index e47b73fb..6db83988 100644 --- a/lib/init-website.php +++ b/lib/init-website.php @@ -54,6 +54,7 @@ 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 CONST_BlockMessage; exit;