X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fe6a2e9f14af7286c62a1145ac1507e922ef2d36..56839ba50fb28285d7e6e647cb04df0dece1a387:/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';