| 1 |
<? |
<?php |
| 2 |
require_once "./session_init.inc.php"; |
require_once "./session_init.inc.php"; |
| 3 |
?> |
?> |
| 4 |
<html> |
<html> |
| 22 |
function reset_pass(f) |
function reset_pass(f) |
| 23 |
{ |
{ |
| 24 |
reset_flag(); |
reset_flag(); |
| 25 |
instance.post('reset_pass_service.php', { |
instance.post('user_service_reset_pass.php', { |
| 26 |
username: f.username.value, |
username: f.username.value, |
| 27 |
email: f.email.value, |
email: f.email.value, |
| 28 |
}) |
}) |
| 108 |
</table> |
</table> |
| 109 |
</form> |
</form> |
| 110 |
</center> |
</center> |
| 111 |
<? |
<?php |
| 112 |
include "./foot.inc.php"; |
include "./foot.inc.php"; |
| 113 |
?> |
?> |
| 114 |
</body> |
</body> |