X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=actions%2Ffilter.sh;h=f5057bea390c72445f5fb7e8accc03f29874852f;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=718d7e866760a2d62cbc8cf35f009a1124277fa5;hpb=235877da7d36cb076fcbfed285b54ce967907642;p=serve0 diff --git a/actions/filter.sh b/actions/filter.sh index 718d7e8..f5057be 100755 --- a/actions/filter.sh +++ b/actions/filter.sh @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Serve0 If not, see . -cgi_post order=$(validate "${_POST[o]}" 'Name|Length|Date' Name) for fn in {0..9}; do @@ -39,5 +38,5 @@ for fn in {0..9}; do done done -printf %s "?o=${order}&f=${filters}" >>${_DATA}/meta/recent +printf %s\\n "?o=${order}&f=${filters}" >>${_DATA}/meta/recent redirect "?o=${order}&f=${filters}"