diff options
author | KatolaZ <katolaz@freaknet.org> | 2020-01-11 05:39:46 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2020-01-11 05:39:46 +0000 |
commit | 870f04f257a54bcecce171542329819b4db0537c (patch) | |
tree | 40f3b28528fdd54577cc5f53b89e1ec8256533ee /search_cgi | |
parent | 57ed43be9db7243a1f03e689236c143b4967fc0d (diff) |
improve special char treatment
Diffstat (limited to 'search_cgi')
-rwxr-xr-x | search_cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ printlines (){ printf "Content-type: text/html\n\n" -query=$(echo "${QUERY_STRING}" | sed -E 's/[\$^?<>@;\*`\|]//g') +query=$(echo "${QUERY_STRING}" | sed -E 's/["\\$^?<>@;*`|/()]//g') ##func print_head(){ |