X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=plugins%2Fpassword%2Fdrivers%2Fsasl.php;h=f8ac5c60687046802cf53125ef0d709fabe39d53;hb=4212156c5c79d2f58342feb0d3ed1893f177bcab;hp=b1e9ba4878e7778ca100b21ad553e8b91ff2d131;hpb=e8a0682b96f5b7f297e58d101735ba20a0cc3a89;p=roundcube.git diff --git a/plugins/password/drivers/sasl.php b/plugins/password/drivers/sasl.php index b1e9ba4..f8ac5c6 100644 --- a/plugins/password/drivers/sasl.php +++ b/plugins/password/drivers/sasl.php @@ -7,7 +7,7 @@ * The code is derrived from the Squirrelmail "Change SASL Password" Plugin * by Galen Johnson. * - * It only works with saslpasswd2 on the same host where RoundCube runs + * It only works with saslpasswd2 on the same host where Roundcube runs * and requires shell access and gcc in order to compile the binary. * * For installation instructions please read the README file. @@ -33,7 +33,7 @@ function password_save($currpass, $newpass) raise_error(array( 'code' => 600, 'type' => 'php', - 'file' => __FILE__, + 'file' => __FILE__, 'line' => __LINE__, 'message' => "Password plugin: Unable to execute $curdir/chgsaslpasswd" ), true, false); }