From a31e53033bb2923e2743d3045c036b9e9df25f9e Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 12 May 2012 14:15:44 +0100 Subject: During setup, scratch the des_key setting for Roundcube (#715) --- share/templates/roundcubemail/main.inc.php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index 2828c9b..f8ceace 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -199,7 +199,7 @@ \$rcmail_config['default_host'] = 'tls://localhost'; \$rcmail_config['smtp_server'] = 'tls://localhost'; \$rcmail_config['session_domain'] = ''; - \$rcmail_config['des_key'] = 'aTMVSq6lNHg1YbcV6t59uGeZ'; + \$rcmail_config['des_key'] = "$des_key"; \$rcmail_config['username_domain'] = ''; \$rcmail_config['mail_domain'] = ''; -- cgit v1.1