diff --git a/simpleadmin/www/cgi-bin/get_atcommand b/simpleadmin/www/cgi-bin/get_atcommand index 9d81981..bfe675f 100644 --- a/simpleadmin/www/cgi-bin/get_atcommand +++ b/simpleadmin/www/cgi-bin/get_atcommand @@ -13,9 +13,9 @@ if [ "${QUERY_STRING}" ]; then done fi +x=$(urldecode "$atcmd") MYATCMD=$(printf '%b\n' "${atcmd//%/\\x}") if [ -n "${MYATCMD}" ]; then - x=$(urldecode "$atcmd") # Initialize wait time to 200 ms wait_time=200 while true; do @@ -32,4 +32,4 @@ fi echo "Content-type: text/plain" echo $x echo "" -echo $runcmd +echo $runcmd \ No newline at end of file diff --git a/simpleadmin/www/deviceinfo.html b/simpleadmin/www/deviceinfo.html index 35696b4..739074a 100644 --- a/simpleadmin/www/deviceinfo.html +++ b/simpleadmin/www/deviceinfo.html @@ -139,7 +139,7 @@ Simple Admin Version - SimpleAdminRev-Alpha-0.7 + SimpleAdminRev-Alpha-0.8 diff --git a/simpleadmin/www/index.html b/simpleadmin/www/index.html index 5ee7d20..66aabaf 100644 --- a/simpleadmin/www/index.html +++ b/simpleadmin/www/index.html @@ -100,6 +100,28 @@ +
+
+
+ + + +

+
+ +
+
+

- +
@@ -577,6 +599,7 @@ + + + +
+
+ +
+
+
+
Simple Watchcat
+
+
+
+ + + + + + + +
+
+ IP or DNS to Ping + +
+ +
+ Ping Timeout in Seconds + +
+ +
+ Ping Failure Amount + +
+ +
+ + +
+
+
+ +
+
+
+
+
+ + + +