X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=actions%2Fedit_attendee.sh;fp=actions%2Fedit_attendee.sh;h=9a5bcb445a85227b1922e7cad18589f987c7d439;hp=0000000000000000000000000000000000000000;hb=debd0bd0d774c6151a8fbf6759778e2e0757c8bd;hpb=3badbe5f34b9a481f43f83d07d4cd28a3aa7798b diff --git a/actions/edit_attendee.sh b/actions/edit_attendee.sh new file mode 100644 index 0000000..9a5bcb4 --- /dev/null +++ b/actions/edit_attendee.sh @@ -0,0 +1,11 @@ +#!/bin/zsh + +cgi_refdata + +card="$_GET[\"card\"]" +debug card: $card +filter="&filter=$_REF[\"filter\"]" +filtertype="&filtertype=$_REF[\"filtertype\"]" +order="&order=$_REF[\"order\"]" + +echo -n "Location: http://$HTTP_HOST/?page=attendees${filter}${filtertype}${order}&edit=$card\n\n"