From bdad906faef437bcdb284f55b6b8ea05c1219540 Mon Sep 17 00:00:00 2001
From: MrFry
____ __ __ / __/_____ __ / /__ _/ / ___ diff --git a/modules/qmining/qmining-page b/modules/qmining/qmining-page index d7fffa5..8ae3e78 160000 --- a/modules/qmining/qmining-page +++ b/modules/qmining/qmining-page @@ -1 +1 @@ -Subproject commit d7fffa50d013f97898dbde212c401a647f2cf999 +Subproject commit 8ae3e7865d5c555fb6fc27939ab99ef83f578bbd diff --git a/serverStats.sh b/serverStats.sh index fafd815..126df71 100755 --- a/serverStats.sh +++ b/serverStats.sh @@ -87,6 +87,8 @@ function jsonStats () { -e "s,/contribute,${G}&${NC},g" \ -e "s,/reops,${G}&${NC},g" \ -e "s,/feedback,${G}&${NC},g" \ + -e "s,/addQuestion,${G}&${NC},g" \ + -e "s,/dataCount,${G}&${NC},g" \ -e "s,/menuClick,${G}&${NC},g" \ -e "s,/allqr,${G}&${NC},g" \ -e "s,/legacy,${G}&${NC},g" \ @@ -121,8 +123,11 @@ echo -e "${G}Site requests yesterday / today:$NC" jsonStats "${1}/stats/vstats" echo -e "$sep" -echo -e "${G}UID test solving count yesterday / today:$NC" +echo -e "${G}Client ID test solving count yesterday / today:$NC" jsonStatsLength "${1}/stats/idvstats" +echo -e "$sep" +echo -e "${G}User ID requests yesterday / today:$NC" +jsonStatsLength "${1}/stats/uvstats" echo -e "$sep"