eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
370 stars 120 forks source link

country name not correct #76

Closed sevdimali closed 6 years ago

sevdimali commented 6 years ago

Hi, for country name Azerbaijan. in Awstat it is Azerbaidjan but it has to be change to Azerbaijan.

AnthonyBe commented 6 years ago

As a temporary fix, you can manually edit the \cgi-bin\lib\domains.pm file with a text editor and change line 30 from

'az','Azerbaidjan','ba','Bosnia-Herzegovina','bb','Barbados',

to

'az','Azerbaijan','ba','Bosnia-Herzegovina','bb','Barbados',

sevdimali commented 6 years ago

Hi, thanks for commit. issue solved.