Changeset 85 for hadoop-register/forget_password.php
- Timestamp:
- Jun 23, 2009, 11:56:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop-register/forget_password.php
r63 r85 88 88 $my_user->operator = "new_password"; // user 需要更新密碼 89 89 include ("smtp_mail.php"); 90 $my_user->redirect_to(" http://$w_localhost", "新密碼寄送完畢");90 $my_user->redirect_to("$w_localhost", "新密碼寄送完畢"); 91 91 } 92 92 else 93 93 { 94 $my_user->redirect_to(" http://$w_localhost", "帳號與密碼不符合");94 $my_user->redirect_to("$w_localhost", "帳號與密碼不符合"); 95 95 } 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.