X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/12eb91b2bcc0fc543f588453418b49d3214a1be3..a974d2509257cb2c4967631cea30eb483c37c837:/website/search.php?ds=inline diff --git a/website/search.php b/website/search.php index 8e0bb6f6..b87f60e0 100755 --- a/website/search.php +++ b/website/search.php @@ -160,7 +160,7 @@ loadParamsToGeocode($oGeocode, $_GET, false); - if (isset($_GET['batch'])) + if (CONST_Search_BatchMode && isset($_GET['batch'])) { $aBatch = json_decode($_GET['batch'], true); $aBatchResults = array();