X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=actions%2Ffilter_card.sh;fp=actions%2Ffilter_attendee.sh;h=9de02886d428b5d7261608d0f67b12adc9ce50a0;hp=cb620d5124387236dd7698cc63419a76aefc1704;hb=69e661b5c8ec195bd3c4998a623a60607b47059e;hpb=af7ea29c5a4a36bce464f2b9b80ea448cbbf7ec9 diff --git a/actions/filter_attendee.sh b/actions/filter_card.sh similarity index 87% rename from actions/filter_attendee.sh rename to actions/filter_card.sh index cb620d5..9de0288 100755 --- a/actions/filter_attendee.sh +++ b/actions/filter_card.sh @@ -24,9 +24,9 @@ case "${_POST[choice]}"; in filter="${_POST[filter]}" filtertype="${_POST[filtertype]}" order="${_POST[order]}" - echo -n "Location: ?p=attendees&filter=$filter&filtertype=$filtertype&order=$order\n\n" + echo -n "Location: ?p=cards&filter=$filter&filtertype=$filtertype&order=$order\n\n" ;; *) - echo -n "Location: ?p=attendees\n\n" + echo -n "Location: ?p=cards\n\n" ;; esac