diff options
Diffstat (limited to 'share/templates/roundcubemail/password.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/password.inc.php.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/roundcubemail/password.inc.php.tpl b/share/templates/roundcubemail/password.inc.php.tpl index 7aa45db..ce6e000 100644 --- a/share/templates/roundcubemail/password.inc.php.tpl +++ b/share/templates/roundcubemail/password.inc.php.tpl @@ -148,8 +148,8 @@ // Whenever the password is changed, the attribute will be updated if set \$rcmail_config['password_ldap_samba_lchattr'] = ''; - 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__)); } ?> |