]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/country_languages.php
switch remaining settings to dotenv format
[nominatim.git] / utils / country_languages.php
index 8bd85b8aad0e50f79564520c977fe9647bb3eb65..38b79460767ad8f0168211ccbd481e6bdc53902a 100644 (file)
@@ -16,8 +16,6 @@ getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
 
 setupHTTPProxy();
 
-include(CONST_Phrase_Config);
-
 if (true) {
     $sURL = 'https://wiki.openstreetmap.org/wiki/Special:Export/Nominatim/Country_Codes';
     $sWikiPageXML = file_get_contents($sURL);