From: Paul Hänsch Date: Thu, 4 Apr 2019 14:08:47 +0000 (+0200) Subject: switch to short GET parameter names X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=2517ef99482e69b6a3fc43385659550946601f64 switch to short GET parameter names --- diff --git a/cards/filter_card.sh b/cards/filter_card.sh index 9c79459..10ca51b 100755 --- a/cards/filter_card.sh +++ b/cards/filter_card.sh @@ -36,7 +36,7 @@ if [ "$(POST choice)" = new_filter ]; then :X; s;\^[^:]*:\^;\^;g; /\^[^:]*:\^/bX; s;^\^;;; s;\^[^:]*:$;;;' )" - REDIRECT "/cards/?order=$(POST order)&filter=${filter}" + REDIRECT "/cards/?o=$(POST order)&f=${filter}" else REDIRECT '/cards/' fi