diff options
Diffstat (limited to 'share/templates/roundcubemail/owncloud.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/owncloud.inc.php.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/roundcubemail/owncloud.inc.php.tpl b/share/templates/roundcubemail/owncloud.inc.php.tpl index 089849a..df0fde0 100644 --- a/share/templates/roundcubemail/owncloud.inc.php.tpl +++ b/share/templates/roundcubemail/owncloud.inc.php.tpl @@ -2,8 +2,8 @@ // ownCloud URL \$rcmail_config['owncloud_url'] = 'http://' . \$_SERVER["HTTP_HOST"] . '/owncloud'; - if (file_exists(RCMAIL_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__))) { - include_once(RCMAIL_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__)); + if (file_exists(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__))) { + include_once(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__)); } ?> |