]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/country_languages.php
Merge pull request #1895 from lonvia/update-less-quiet
[nominatim.git] / utils / country_languages.php
index 07a942257e77dec2a7f3dc02b690554b8dddf3e8..63f6525c0b6bf6ba12e7f4177f57b8449c27d577 100644 (file)
@@ -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';