X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8ecd32b7dd22a38c30b119d156d5bec430f14ceb..78a29b5a876d0c7d4c8b9ccab9f45b15780b4a22:/lib/init-website.php diff --git a/lib/init-website.php b/lib/init-website.php index 6db83988..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; }