From 8a2bbf2e0fb37cfccbd614a60ec3bcbb0e96be3a Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Tue, 16 Apr 2013 10:51:20 +0100 Subject: Adjust Roundcube templates to use RCUBE_* prefix as opposed to RCMAIL_* prefix --- share/templates/roundcubemail/acl.inc.php.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/templates/roundcubemail/acl.inc.php.tpl') diff --git a/share/templates/roundcubemail/acl.inc.php.tpl b/share/templates/roundcubemail/acl.inc.php.tpl index f4b651c..f7877bb 100644 --- a/share/templates/roundcubemail/acl.inc.php.tpl +++ b/share/templates/roundcubemail/acl.inc.php.tpl @@ -4,8 +4,8 @@ \$rcmail_config['acl_users_field'] = 'mail'; \$rcmail_config['acl_users_filter'] = 'objectClass=kolabInetOrgPerson'; - 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__)); } ?> -- cgit v1.1