X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=actions%2Fmeta.sh;h=10b188fef0bdab35f217fe5e299fd7a7f635429e;hb=3328f743ac5b2dff350e9981e113b205047a7caa;hp=25799b88a4bde1826c63ce2f0e908ece05231237;hpb=1b6c746fcc68d953ef6b9f7b12567f99219f9374;p=serve0 diff --git a/actions/meta.sh b/actions/meta.sh index 25799b8..10b188f 100755 --- a/actions/meta.sh +++ b/actions/meta.sh @@ -4,7 +4,7 @@ info="$_GET[\"i\"]" order="$_GET[\"o\"]" search="$_GET[\"s\"]" filter="$_GET[\"f\"]" -page="$_GET[\"p\"]" +page="$_GET[\"pn\"]" file="${_DATA}/meta/$info.meta" cgi_post @@ -40,4 +40,4 @@ else rm ${_DATA}/cache/taglist 2>/dev/null fi -echo -n "Location: ?i=&p=${page}&s=${search}&f=${filter}&o=${order}#$info\n\n" +echo -n "Location: ?i=&pn=${page}&s=${search}&f=${filter}&o=${order}#$info\n\n"