diff options
Diffstat (limited to 'files/www/cgi-bin/splash')
-rwxr-xr-x | files/www/cgi-bin/splash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/www/cgi-bin/splash b/files/www/cgi-bin/splash index 2212eba..ee907d6 100755 --- a/files/www/cgi-bin/splash +++ b/files/www/cgi-bin/splash @@ -2,5 +2,7 @@ echo -en "Status: 200 OK\r\n" echo -en "Content-Type: text/html\r\n" echo -en "\r\n" -targeturl=$(echo $QUERY_STRING | sed -f /etc/urlencode.sed) +#targeturl=$(echo $QUERY_STRING) +#targeturl=$(echo $QUERY_STRING | sed -f /etc/urlencode.sed) +targeturl=`echo $QUERY_STRING` sed "s/targeturl/"$targeturl"/g" /www/splash.html |