From 83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 09:52:29 -0300 Subject: Updates templates --- templates/virtual/roundcube/main.inc.php.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/virtual/roundcube') diff --git a/templates/virtual/roundcube/main.inc.php.erb b/templates/virtual/roundcube/main.inc.php.erb index 5582ce0..6aaf5cb 100644 --- a/templates/virtual/roundcube/main.inc.php.erb +++ b/templates/virtual/roundcube/main.inc.php.erb @@ -210,7 +210,7 @@ $rcmail_config['auto_create_user'] = true; // replace Roundcube logo with this image // specify an URL relative to the document root of this Roundcube installation -$rcmail_config['skin_logo'] = <%= roundcube_logo %>; +$rcmail_config['skin_logo'] = <%= @roundcube_logo %>; // Includes should be interpreted as PHP files $rcmail_config['skin_include_php'] = false; @@ -247,7 +247,7 @@ $rcmail_config['x_frame_options'] = 'sameorigin'; // this key is used to encrypt the users imap password which is stored // in the session record (and the client cookie if remember password is enabled). // please provide a string of exactly 24 chars. -$rcmail_config['des_key'] = '<%= roundcube_des_key %>'; +$rcmail_config['des_key'] = '<%= @roundcube_des_key %>'; // Automatically add this domain to user names for login // Only for IMAP servers that require full e-mail addresses for login @@ -487,7 +487,7 @@ $rcmail_config['undo_timeout'] = 0; // Login_info plugin $rcmail_config['login_info'] = << - <%= roundcube_login_info %> + <%= @roundcube_login_info %> EOT; <% end -%> -- cgit v1.2.3