X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e70f405abddfe5a8a7400424558071ebba769eda..b81a57f1e4b4384046138a6b9d178a22cbd40515:/utils/country_languages.php diff --git a/utils/country_languages.php b/utils/country_languages.php index 07a94225..63f6525c 100644 --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -14,7 +14,7 @@ $aCMDOptions ); getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true); -include(CONST_InstallPath.'/settings/phrase_settings.php'); +include(CONST_Phrase_Config); if (true) { $sURL = 'https://wiki.openstreetmap.org/wiki/Special:Export/Nominatim/Country_Codes';