aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi')
-rwxr-xr-xopenwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi b/openwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi
deleted file mode 100755
index 161fc75ee1..0000000000
--- a/openwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-WIVIZ_PATH=wiviz
-
-echo Content-type: text/html
-echo
-killall -USR1 wiviz >/dev/null 2>&1
-if [ 0 -ne $? ]
- then #### Wi-Viz daemon not running, start it
- $WIVIZ_PATH >/dev/null </dev/null 2>&1 &
- killall -USR1 wiviz > /dev/null
- fi
-echo "<html><head><script language='JavaScript1.2'>"
-cat /tmp/wiviz-pipe
-echo "</script></head><body></body></html>"