index.cgi
changeset 21 12e7ee4c5302
parent 18 c250bcee5857
child 22 1268c59f16d9
equal deleted inserted replaced
20:07f81fd0f180 21:12e7ee4c5302
   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;