1
0
Fork 0
mirror of synced 2024-05-20 04:32:37 +12:00

Update geodb

This commit is contained in:
Jake Barnby 2024-02-13 17:55:32 +13:00
parent a688929488
commit f28f9df41c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -940,7 +940,7 @@ $register->set('smtp', function () {
return $mail;
});
$register->set('geodb', function () {
return new Reader(__DIR__ . '/assets/dbip/dbip-country-lite-2023-01.mmdb');
return new Reader(__DIR__ . '/assets/dbip/dbip-country-lite-2024-02.mmdb');
});
$register->set('passwordsDictionary', function () {
$content = \file_get_contents(__DIR__ . '/assets/security/10k-common-passwords');