X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fchange_password%2Fbackend%2Ftemplate.php;h=08dbdb7dfd5b02d779e65bf17c84c9bf0cbf4e43;hp=73bd20f2408c222bade1952e2204e68a8a823657;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hpb=5c34b0bbf0fc464baa22d6ae069d4b7bd305d2cf diff --git a/plugins/change_password/backend/template.php b/plugins/change_password/backend/template.php index 73bd20f2..08dbdb7d 100644 --- a/plugins/change_password/backend/template.php +++ b/plugins/change_password/backend/template.php @@ -1,11 +1,20 @@ display('footer.tpl'); + exit(); } @@ -44,7 +59,7 @@ function cpw_template_init() * CPW_CURRENT_NOMATCH -> "Your current password is not correct." * CPW_INVALID_PW -> "Your new password contains invalid characters." * - * @param array data The username/currentpw/newpw data. + * @param array data The username/currentpw/newpw data. * @return array Array of error messages. */ function cpw_template_dochange($data) @@ -62,4 +77,4 @@ function cpw_template_dochange($data) user_error('No valid backend defined: this is just a template', E_USER_ERROR); return $msgs; -} +} \ No newline at end of file