From 0e7438fdbcc0fbb7f7ea474ce4e556607810dc8d Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Wed, 15 Dec 2021 16:43:50 -0500 Subject: [PATCH] updated the snom timezone description (#6194) The old timezone URL is no longer valid. I've updated the default description with the new correct URL. --- app/snom/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/snom/app_config.php b/app/snom/app_config.php index 828c1b9b37..a2a87d16bf 100644 --- a/app/snom/app_config.php +++ b/app/snom/app_config.php @@ -37,7 +37,7 @@ $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; $apps[$x]['default_settings'][$y]['default_setting_value'] = "USA-7"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; - $apps[$x]['default_settings'][$y]['default_setting_description'] = "http://wiki.snom.com/Settings/timezone"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "https://service.snom.com/display/wiki/timezone"; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9945982a-f366-11e9-a713-2a2ae2dbcce4"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";