X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8ecd32b7dd22a38c30b119d156d5bec430f14ceb..e94b667e16177916dc34d790df475a69fe01a7d9:/lib/init-website.php?ds=inline 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; }