index.cgi
changeset 22 1268c59f16d9
parent 21 12e7ee4c5302
equal deleted inserted replaced
21:12e7ee4c5302 22:1268c59f16d9
   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,