X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8fd7d319b7ef6ee4d4f8cf3b61eb47903e7fb1eb..a974d2509257cb2c4967631cea30eb483c37c837:/website/search.php 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();