We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d7015 commit c242386Copy full SHA for c242386
website/search.php
@@ -126,7 +126,7 @@
126
$bShowPolygons = (isset($_GET['polygon']) && $_GET['polygon']);
127
$aExcludePlaceIDs = $oGeocode->getExcludedPlaceIDs();
128
129
- $sMoreURL = CONST_Website_BaseURL.'search?format='.urlencode($sOutputFormat).'&exclude_place_ids='.join(',',$oGeocode->getExcludedPlaceIDs());
+ $sMoreURL = CONST_Website_BaseURL.'search.php?format='.urlencode($sOutputFormat).'&exclude_place_ids='.join(',',$oGeocode->getExcludedPlaceIDs());
130
if (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"])) $sMoreURL .= '&accept-language='.$_SERVER["HTTP_ACCEPT_LANGUAGE"];
131
if ($bShowPolygons) $sMoreURL .= '&polygon=1';
132
if ($oGeocode->getIncludeAddressDetails()) $sMoreURL .= '&addressdetails=1';
0 commit comments