X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c3233cb9512105d65442a40260cf16d8688d76a5..d396505786ce3be105249c740e0d3365beb4ef10:/lib/template/search-json.php diff --git a/lib/template/search-json.php b/lib/template/search-json.php index 7c695ea5..4eed52ae 100644 --- a/lib/template/search-json.php +++ b/lib/template/search-json.php @@ -1,7 +1,4 @@ $aPointDetails) { @@ -55,11 +52,4 @@ $aFilteredPlaces[] = $aPlace; } - if (isset($_GET['json_callback']) && preg_match('/^[-A-Za-z0-9:_.]+$/',$_GET['json_callback'])) - { - echo $_GET['json_callback'].'('.javascript_renderData($aFilteredPlaces).')'; - } - else - { - echo javascript_renderData($aFilteredPlaces); - } + javascript_renderData($aFilteredPlaces);