1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

feat: update geodb file name

This commit is contained in:
Christy Jacob 2024-09-03 11:42:40 +04:00
parent 89aceb1db5
commit 4023613bb7

View file

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