diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-21 10:19:34 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-24 14:15:46 +0200 |
commit | 3aa398fd8c4836868d5223638d3318bd64c337b6 (patch) | |
tree | 4953d808685fdd27e083d2d227b0602cada6064f /share | |
parent | 44bde53ddb4eadd4fc3fd653fcefe48c39285d5a (diff) | |
download | pykolab-3aa398fd8c4836868d5223638d3318bd64c337b6.tar.gz |
Correct assets path
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 920423e..61214f2 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'] = '/roundcubemail/assets/'; + \$config['assets_path'] = '/assets/'; \$config['mail_domain'] = ''; |