diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-27 20:31:19 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-27 20:31:50 +0200 |
commit | 439b16872c89843d85955d09e125c2355b69649a (patch) | |
tree | 30a3a2016a60ad02b005b897ad86e1351b87550d /share | |
parent | 0dedc8f52a0f8e3a98b9558559947946132098c7 (diff) | |
download | pykolab-439b16872c89843d85955d09e125c2355b69649a.tar.gz |
Don't use the mistakenly working /assets/ but use /roundcubemail/assets/
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/config.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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'] = ''; |