Changeset 1115
- Timestamp:
- 04/01/06 21:04:48 (7 years ago)
- File:
-
- 1 edited
-
trunk/plugin/change.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/change.php
r1106 r1115 52 52 $key = OneTimePadEncrypt($acp_newpass, $onetimepad); 53 53 setcookie("key", $key, 0, $base_uri); 54 55 $err=_("Your password has been successfully changed. Don't forget to change it in your mail software if you are using one (Outlook, Mozilla, Thunderbird, Eudora ...)");56 54 } 57 55 } … … 69 67 70 68 71 if ($err) echo "<p><b>"._("Error:")." ".$err."</b></p>"; 69 echo "<p><b>"; 70 if($err) echo _("Error:")." ".$err; 71 else echo _("Your password has been successfully changed. Don't forget to change it in your mail software if you are using one (Outlook, Mozilla, Thunderbird, Eudora ...)"); 72 echo "</b></p>"; 72 73 73 74 ?>
Note: See TracChangeset
for help on using the changeset viewer.
