summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-11-21 14:10:29 +0000
committerthomascube <thomas@roundcube.net>2011-11-21 14:10:29 +0000
commitce22f1e0c68d6813177f5e2177371032f9924a50 (patch)
tree9a9831b502fa0683b2c53d2fc4e3458f3248332e /config
parentb1867b8f198374d26e1bfdfeaeac16971608b551 (diff)
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index d07a3b3c2..17d3c036c 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -208,6 +208,10 @@ $rcmail_config['login_lc'] = false;
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = true;
+// provide an URL where a user can get support for this Roundcube installation
+// PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE!
+$rcmail_config['support_url'] = '';
+
// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
$rcmail_config['skin_logo'] = null;