share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed Aug 27 20:31:53 CEST 2014


 share/templates/roundcubemail/config.inc.php.tpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 439b16872c89843d85955d09e125c2355b69649a
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Aug 27 20:31:19 2014 +0200

    Don't use the mistakenly working /assets/ but use /roundcubemail/assets/

diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl
index 61214f2..920423e 100644
--- a/share/templates/roundcubemail/config.inc.php.tpl
+++ b/share/templates/roundcubemail/config.inc.php.tpl
@@ -7,7 +7,7 @@
     \$config['des_key'] = "$des_key";
     \$config['username_domain'] = '$primary_domain';
     \$config['use_secure_urls'] = true;
-    \$config['assets_path'] = '/assets/';
+    \$config['assets_path'] = '/roundcubemail/assets/';
 
     \$config['mail_domain'] = '';
 




More information about the commits mailing list