diff options
Diffstat (limited to 'ccel.sh')
| -rwxr-xr-x | ccel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccel.sh b/ccel.sh index 9b59c73..0670fa3 100755 --- a/ccel.sh +++ b/ccel.sh @@ -8,7 +8,7 @@ fi hasslash=$(echo "$QUERY_STRING"|grep '/') if [ "$hasslash" = "" ] then - printf "30 /cgi-bin/ccelauthor.sh?$QUERY_STRING\r\n" + printf "31 /cgi-bin/ccelauthor.sh?$QUERY_STRING\r\n" exit 0 fi printf "20 text/gemini\r\n" |
