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