equal
deleted
inserted
replaced
306 to => scalar(param("email")), |
306 to => scalar(param("email")), |
307 url => "$SELF/tmp.$xxx"}); |
307 url => "$SELF/tmp.$xxx"}); |
308 |
308 |
309 $sent = param("email"); |
309 $sent = param("email"); |
310 } |
310 } |
311 print redirect("$SELF/done/invitation?email=" . _encrypt($sent)); |
311 print redirect("$SELF/done/invitation" |
|
312 . "?email=" . _encrypt($sent) |
|
313 . ";expires=" . _encrypt($EXPIRATION)); |
312 exit 0; |
314 exit 0; |
313 } |
315 } |
314 |
316 |
315 page("html.invitation.tpl", { |
317 page("html.invitation.tpl", { |
316 sent => $sent, |
318 sent => $sent, |