From ab80316df6654266d72a6a08a6721294e8c4de12 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Mon, 20 Dec 2021 21:24:03 +0000 Subject: [PATCH] Fix error in roundcube config --- webmails/roundcube/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/roundcube/config.inc.php b/webmails/roundcube/config.inc.php index 12929b45..635f7207 100644 --- a/webmails/roundcube/config.inc.php +++ b/webmails/roundcube/config.inc.php @@ -13,7 +13,7 @@ $config['log_driver'] = 'stdout'; $config['zipdownload_selection'] = true; $config['enable_spellcheck'] = true; $config['spellcheck_engine'] = 'pspell'; -$config['session_lifetime'] = {{ SESSION_TIMEOUT // 60 }}; +$config['session_lifetime'] = {{ SESSION_TIMEOUT }}; //60 // Mail servers $config['default_host'] = '{{ FRONT_ADDRESS or "front" }}';