summaryrefslogtreecommitdiffstats
path: root/utils/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.go')
-rw-r--r--utils/config.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/config.go b/utils/config.go
index af15c5e93..54d768f64 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -471,9 +471,6 @@ func getClientConfig(c *model.Config) map[string]string {
props["AboutLink"] = *c.SupportSettings.AboutLink
props["HelpLink"] = *c.SupportSettings.HelpLink
props["ReportAProblemLink"] = *c.SupportSettings.ReportAProblemLink
- props["AdministratorsGuideLink"] = *c.SupportSettings.AdministratorsGuideLink
- props["TroubleshootingForumLink"] = *c.SupportSettings.TroubleshootingForumLink
- props["CommercialSupportLink"] = *c.SupportSettings.CommercialSupportLink
props["SupportEmail"] = *c.SupportSettings.SupportEmail
props["EnableFileAttachments"] = strconv.FormatBool(*c.FileSettings.EnableFileAttachments)