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

Merge pull request #8615 from appwrite/update-geodb

feat: update geodb
This commit is contained in:
Christy Jacob 2024-09-03 13:57:25 +04:00 committed by GitHub
commit f16638503a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

Binary file not shown.

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');