From 4023613bb71b18e35b340789e0ddedc2be0abe4a Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 3 Sep 2024 11:42:40 +0400 Subject: [PATCH] feat: update geodb file name --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index be067bafac..08cb09b68b 100644 --- a/app/init.php +++ b/app/init.php @@ -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');