From: Sarah Hoffmann Date: Sat, 18 Jul 2020 10:15:40 +0000 (+0200) Subject: Merge remote-tracking branch 'upstream/master' X-Git-Tag: deploy~225 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/c3e276b23bb306bc777cf99fcf22cd7344c2246e?hp=383fa4f34fae75a73fd892486f6e4b809467321f Merge remote-tracking branch 'upstream/master' --- diff --git a/cmake/website.tmpl b/cmake/website.tmpl index 8b946584..268ded39 100755 --- a/cmake/website.tmpl +++ b/cmake/website.tmpl @@ -1,5 +1,5 @@ sHouseNumber) { - $aTerms[] = 'address_rank between 16 and 27'; + $aTerms[] = 'address_rank between 16 and 30'; } elseif (!$this->sClass || $this->iOperator == Operator::NAME) { if ($iMinAddressRank > 0) { $aTerms[] = "((address_rank between $iMinAddressRank and $iMaxAddressRank) or (search_rank between $iMinAddressRank and $iMaxAddressRank))"; diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index 0ffb9f35..805f8773 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -701,7 +701,7 @@ class SetupFunctions */ public function setupWebsite() { - $rOutputFile = fopen(CONST_InstallPath.'/website/settings-frontend.php', 'w'); + $rOutputFile = fopen(CONST_InstallPath.'/settings/settings-frontend.php', 'w'); fwrite($rOutputFile, "