1
0
Fork 0
mirror of synced 2024-09-18 10:29:47 +12:00

Merge pull request #8467 from appwrite/chore-updating-dbip

chore: Upgrading dbip to latest version
This commit is contained in:
Christy Jacob 2024-08-03 11:02:09 +04:00 committed by GitHub
commit 877a6a3f54
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

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