From: horse69 Date: Mon, 17 Sep 2012 23:47:00 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@721 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=8e9cefb352bfec922e6a8909ce9b18b52320d0e7;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@721 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/cgi-bin/setservice.cgi b/mini-asterisk-gui2/cgi-bin/setservice.cgi index 7a7e852d..584d10a9 100755 --- a/mini-asterisk-gui2/cgi-bin/setservice.cgi +++ b/mini-asterisk-gui2/cgi-bin/setservice.cgi @@ -21,7 +21,7 @@ EOF ARG=`echo "$QUERY_STRING" | sed -n "s/.*action=//p"` echo "$ARG" -if [ $QUERY_STRING = "restartstatic" ]; then +if [ $ARG = "restartstatic" ]; then echo "hi there" fi