diff options
Diffstat (limited to 'files/common/www/service/cgi-bin/splash_click')
-rwxr-xr-x | files/common/www/service/cgi-bin/splash_click | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/common/www/service/cgi-bin/splash_click b/files/common/www/service/cgi-bin/splash_click index d7e3f2f..1eb4e85 100755 --- a/files/common/www/service/cgi-bin/splash_click +++ b/files/common/www/service/cgi-bin/splash_click @@ -7,7 +7,6 @@ echo -en "Content-Type: text/html\r\n" echo -en "\r\n" # decode request params -# url is decoded twice, as it is encoded by the browser and once by us URL="http://$(sed 's/target_url=//g' | urldecode)" USER_MAC=$(grep ^$REMOTE_HOST </proc/net/arp \ | awk 'BEGIN { FS = " " } ; { print $4 }') @@ -34,5 +33,5 @@ if [ $ISSPLASHED -eq 0 ]; then fi unlockSplash -# send response +# send response (encode / to not confuse sed) sed "s/targeturl/$(echo "$URL" | sed 's#/#\\/#g')/g" iframe.html |