diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-31 16:37:50 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-31 16:37:50 +0200 |
commit | b6267dadb6717eae9f661d14dc083bd24fbc3c29 (patch) | |
tree | c0087ccd21d3862722a1b7270b597d91b58d2429 /config | |
parent | ab8fdaa604b8caecfb9192ea7c6c77417bfbdd47 (diff) |
Hide product version on login screen by default
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 89f596636..8f69ca384 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -230,6 +230,9 @@ $rcmail_config['login_lc'] = false; // Includes should be interpreted as PHP files $rcmail_config['skin_include_php'] = false; +// display software version on login screen +$rcmail_config['display_version'] = false; + // Session lifetime in minutes // must be greater than 'keep_alive'/60 $rcmail_config['session_lifetime'] = 10; |