#!/bin/sh QUERY_STRING='index=1' export QUERY_STRING echo "Content-Type: text/plain" echo "" /var/www/cgi-bin/sqwebmail 2>&1
now my script is like this. what's next?
#!/bin/sh QUERY_STRING='index=1' export QUERY_STRING echo "Content-Type: text/plain" echo "" /var/www/cgi-bin/sqwebmail 2>&1
now my script is like this. what's next?