X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b5480f6e366be7c7d06d8444acc4cfd6a1aa31e2..0947b618085f7d46515a3ec06cab5ed818e8635f:/utils/country_languages.php diff --git a/utils/country_languages.php b/utils/country_languages.php index c9aa391b..38b79460 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_Phrase_Config); +setupHTTPProxy(); if (true) { $sURL = 'https://wiki.openstreetmap.org/wiki/Special:Export/Nominatim/Country_Codes';