equal
deleted
inserted
replaced
208 yes => "$SELF/user.$r{uuid}?confirm=yes", |
208 yes => "$SELF/user.$r{uuid}?confirm=yes", |
209 no => "$SELF/user.$r{uuid}?confirm=no", |
209 no => "$SELF/user.$r{uuid}?confirm=no", |
210 } |
210 } |
211 }); |
211 }); |
212 |
212 |
213 print redirect("$SELF/done.$r{uuid}/form"); |
213 print redirect("$SELF/done.$r{uuid}/form?" |
|
214 . "exists=" . _encrypt($r{exists}//0)); |
214 exit 0; |
215 exit 0; |
215 } |
216 } |
216 |
217 |
217 page("html.form.tpl"); |
218 page("html.form.tpl"); |
218 exit 0; |
219 exit 0; |