From: horse69 Date: Mon, 17 Sep 2012 23:42:43 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@720 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=6ee05e26b23b787f045752906b467df9a0fdeb52;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@720 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/cgi-bin/setservice.cgi b/mini-asterisk-gui2/cgi-bin/setservice.cgi index 9c29357c..7a7e852d 100755 --- a/mini-asterisk-gui2/cgi-bin/setservice.cgi +++ b/mini-asterisk-gui2/cgi-bin/setservice.cgi @@ -21,6 +21,10 @@ EOF ARG=`echo "$QUERY_STRING" | sed -n "s/.*action=//p"` echo "$ARG" +if [ $QUERY_STRING = "restartstatic" ]; then + echo "hi there" +fi + # /etc/init.d/network "$ARG" cat <