From 0765d3b9dbb00d9c700b35c4b6d8be3886a86c73 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 21 Jul 2023 12:47:41 +0200 Subject: [PATCH] Add more deprecated configs --- system/compat/config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/compat/config.php b/system/compat/config.php index 36e8f538..4b9bedf0 100644 --- a/system/compat/config.php +++ b/system/compat/config.php @@ -46,6 +46,10 @@ $deprecatedConfig = [ 'signature_cache_time', 'signature_browser_cache', 'gifts_system', + 'status_enabled', + 'status_ip', + 'status_port', + 'mail_enabled', 'account_mail_verify', 'account_create_character_create' ];