From ce22f1e0c68d6813177f5e2177371032f9924a50 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 21 Nov 2011 14:10:29 +0000 Subject: Show configurable support link in about page; refer on for download link; no link to roundcube.net to avoid tons of support requests --- config/main.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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; -- cgit v1.2.3