]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/country_languages.php
switch remaining settings to dotenv format
[nominatim.git] / utils / country_languages.php
index 07a942257e77dec2a7f3dc02b690554b8dddf3e8..38b79460767ad8f0168211ccbd481e6bdc53902a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once(CONST_BasePath.'/lib/init-cmd.php');
+require_once(CONST_LibDir.'/init-cmd.php');
 
 ini_set('memory_limit', '800M');
 ini_set('display_errors', 'stderr');
@@ -14,7 +14,7 @@ $aCMDOptions
    );
 getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
 
-include(CONST_InstallPath.'/settings/phrase_settings.php');
+setupHTTPProxy();
 
 if (true) {
     $sURL = 'https://wiki.openstreetmap.org/wiki/Special:Export/Nominatim/Country_Codes';