Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-10-28 19:24:54 +0300
committerAleksander Machniak <alec@alec.pl>2017-10-28 19:24:54 +0300
commitef0982f1b83d4e4a76483495b78fa7084c90424c (patch)
tree06138fdc0236047d65ec3576bf098644eb241d1f /config
parentfd9517655fc8211bf049ddb6209c3fe9c09da9a0 (diff)
parent25a7df7f4b593a864f5a359e66d8dac363008300 (diff)
Merge branch 'master' into dev-elastic
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index f960945ce..cfd0d9e34 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -438,8 +438,9 @@ $config['login_rate_limit'] = 3;
// Includes should be interpreted as PHP files
$config['skin_include_php'] = false;
-// display software version on login screen
-$config['display_version'] = false;
+// display product name and software version on login screen
+// 0 - hide product name and version number, 1 - show product name only, 2 - show product name and version number
+$config['display_product_info'] = 1;
// Session lifetime in minutes
$config['session_lifetime'] = 10;