eldy / AWStats

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

fix(geoip): fix parsing of InitParams in geoip plugins #252

Closed twouters closed 1 month ago

twouters commented 1 month ago

The InitParams in the geoip plugins are parsed by splitting on the '+' character instead of the (supposedly) intended whitespace character.