X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/859347523fb2c7340b2df9980e52d5ea4543c82d..d43f30903c5be80ee9cebc0f45fb661eb4d8b8db:/website/lookup.php?ds=sidebyside diff --git a/website/lookup.php b/website/lookup.php index db2c01d6..737edc62 100644 --- a/website/lookup.php +++ b/website/lookup.php @@ -1,9 +1,9 @@ getPreferredLanguages(); -$oDB = new Nominatim\DB(); +$oDB = new Nominatim\DB(CONST_Database_DSN); $oDB->connect(); $hLog = logStart($oDB, 'place', $_SERVER['QUERY_STRING'], $aLangPrefOrder); @@ -84,4 +84,4 @@ $sMoreURL = ''; logEnd($oDB, $hLog, 1); $sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat; -include(CONST_BasePath.'/lib/template/search-'.$sOutputTemplate.'.php'); +include(CONST_LibDir.'/template/search-'.$sOutputTemplate.'.php');