From b7c0ca0f6893f15bb8ebc5c57c522805afe3eac8 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 13 Nov 2011 12:02:18 +0000 Subject: - Added option to use punycode or unicode for domain names (#1488103) git-svn-id: https://svn.roundcube.net/trunk@5419 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/password.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/password/password.php') diff --git a/plugins/password/password.php b/plugins/password/password.php index b1c7863fc..06e3448f0 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -223,7 +223,7 @@ class password extends rcube_plugin { $config = rcmail::get_instance()->config; $driver = $this->home.'/drivers/'.$config->get('password_driver', 'sql').'.php'; - + if (!is_readable($driver)) { raise_error(array( 'code' => 600, @@ -233,7 +233,7 @@ class password extends rcube_plugin ), true, false); return $this->gettext('internalerror'); } - + include($driver); if (!function_exists('password_save')) { @@ -270,5 +270,5 @@ class password extends rcube_plugin } return $reason; - } + } } -- cgit v1.2.3