mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
commit
5f06c1ac5c
3 changed files with 1 additions and 1 deletions
Binary file not shown.
BIN
app/assets/dbip/dbip-country-lite-2024-02.mmdb
Normal file
BIN
app/assets/dbip/dbip-country-lite-2024-02.mmdb
Normal file
Binary file not shown.
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue