plugins/password/password.php
@@ -223,7 +223,7 @@ { $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 @@ ), true, false); return $this->gettext('internalerror'); } include($driver); if (!function_exists('password_save')) { @@ -270,5 +270,5 @@ } return $reason; } } }