diff options
-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(){ |