X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3470abad079927d5ee3b659865a940b5703f8551..d3ff9600b5e345239f4dc1b5d1b7244f5a25d051:/lib/init-website.php diff --git a/lib/init-website.php b/lib/init-website.php index e47b73fb..a34e4c82 100644 --- a/lib/init-website.php +++ b/lib/init-website.php @@ -13,7 +13,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') exit; if (CONST_ClosedForIndexing && strpos(CONST_ClosedForIndexingExceptionIPs, ','.$_SERVER["REMOTE_ADDR"].',') === false) - { + { echo "Closed for re-indexing..."; exit; } @@ -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;