summaryrefslogtreecommitdiff
path: root/files/www/cgi-bin/splash
diff options
context:
space:
mode:
authorDarkeye <postfach@martinmichel.info>2011-05-31 21:47:08 (GMT)
committerDarkeye <postfach@martinmichel.info>2011-05-31 21:47:08 (GMT)
commitafe178dbc5f5f32f5ae11e37eeb9d84d534412db (patch)
treef12dd5c7b28e3388f59131063df73f7eaa14e2b8 /files/www/cgi-bin/splash
parent57025089a1e820ffc58b748b1170cb3ea8a51f51 (diff)
Splash Bug (iframe) fixed
Diffstat (limited to 'files/www/cgi-bin/splash')
-rwxr-xr-xfiles/www/cgi-bin/splash4
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
contact: Jan Huwald // Impressum