summaryrefslogtreecommitdiff
path: root/installer/rcube_install.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-12 14:50:49 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-12 14:50:49 +0100
commitf226549d4f8f258deca9e165ef857252b79d2ee0 (patch)
treebad464a81324dfa1272551670a7d561e618a8723 /installer/rcube_install.php
parenta95687cfe8ede73033912848d445bb63257d850a (diff)
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r--installer/rcube_install.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index d1dce9d0e..06c57c0ac 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -342,9 +342,6 @@ class rcube_install
}
}
- if ($current['keep_alive'] && $current['session_lifetime'] < $current['keep_alive'])
- $current['session_lifetime'] = max(10, ceil($current['keep_alive'] / 60) * 2);
-
$this->config = array_merge($this->config, $current);
foreach ((array)$current['ldap_public'] as $key => $values) {