X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=actions%2Ffilter_attendee.sh;h=fcdf8d1c9258bec803bf30709a7be242226b99bd;hb=9da0f336d8e830196893925f3e13b278d0d50189;hp=a18c1ebae29e7c09a08b52e288ace4f0ac44889f;hpb=c22f240e5cef28ddb31e43b7138fe3ecf659d208;p=confetti diff --git a/actions/filter_attendee.sh b/actions/filter_attendee.sh index a18c1eb..fcdf8d1 100755 --- a/actions/filter_attendee.sh +++ b/actions/filter_attendee.sh @@ -24,9 +24,9 @@ case "$_POST[\"choice\"]"; in filter="$_POST[\"filter\"]" filtertype="$_POST[\"filtertype\"]" order="$_POST[\"order\"]" - echo -n "Location: ?page=attendees&filter=$filter&filtertype=$filtertype&order=$order\n\n" + echo -n "Location: ?p=attendees&filter=$filter&filtertype=$filtertype&order=$order\n\n" ;; *) - echo -n "Location: ?page=attendees\n\n" + echo -n "Location: ?p=attendees\n\n" ;; esac