Try to load geoip1 before geoip2
This commit is contained in:
parent
7d4c93ed47
commit
8de22de762
@ -146,8 +146,8 @@ sub register {
|
||||
|
||||
sub load_geoip {
|
||||
my ( $self ) = @_;
|
||||
$self->load_geoip2() and return 1;
|
||||
$self->load_geoip1() and return 1;
|
||||
$self->load_geoip2() and return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user