diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-12-08 13:34:35 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-12-08 13:34:35 +0100 |
commit | ebef610b9409c170c6c08c185604c46ac7b0a06c (patch) | |
tree | 8592705406ae4c6827f7c96b7f356bfad48c5b22 /share | |
parent | 616509a5aba075b3837c1a81b799e69e85bb722d (diff) | |
download | pykolab-ebef610b9409c170c6c08c185604c46ac7b0a06c.tar.gz |
Set the default assets_dir
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/config.inc.php.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl index 429712d..6383a5c 100644 --- a/share/templates/roundcubemail/config.inc.php.tpl +++ b/share/templates/roundcubemail/config.inc.php.tpl @@ -8,6 +8,7 @@ \$config['username_domain'] = '$primary_domain'; \$config['use_secure_urls'] = true; \$config['assets_path'] = '/roundcubemail/assets/'; + \$config['assets_dir'] = '/usr/share/roundcubemail/public_html/assets/'; \$config['mail_domain'] = ''; |