diff options
Diffstat (limited to 'share/templates/roundcubemail/acl.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/acl.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/roundcubemail/acl.inc.php.tpl b/share/templates/roundcubemail/acl.inc.php.tpl index 12cdc51..f4b651c 100644 --- a/share/templates/roundcubemail/acl.inc.php.tpl +++ b/share/templates/roundcubemail/acl.inc.php.tpl @@ -4,7 +4,7 @@ \$rcmail_config['acl_users_field'] = 'mail'; \$rcmail_config['acl_users_filter'] = 'objectClass=kolabInetOrgPerson'; - if (file_exists(RCMAIL_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__)) { + if (file_exists(RCMAIL_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__))) { include_once(RCMAIL_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__)); } |