X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d43f30903c5be80ee9cebc0f45fb661eb4d8b8db..0947b618085f7d46515a3ec06cab5ed818e8635f:/utils/country_languages.php diff --git a/utils/country_languages.php b/utils/country_languages.php index 8bd85b8a..38b79460 100644 --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -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);