summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-31 16:37:50 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-31 16:39:51 +0200
commit1f9e93205baf1a1e3da91470ba2952e6dda81d27 (patch)
treed04cbe9adb8de7b78ff5fd3fab49deac5ba27817 /config
parente22d13bee1d88432ef8cdefd8d4916af10f67b49 (diff)
Hide product version on login screen by default
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 7cfed4ac9..12e6a960f 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -228,6 +228,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;