Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# uiDivStats - WebUI for Diversion statistics

## v4.0.14
### Updated on 2026-Jan-19
## v4.0.15
### Updated on 2026-Jan-25

## About
A graphical representation of domain blocking performed by Diversion.
Expand Down
10 changes: 5 additions & 5 deletions uiDivStats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Forked from https://github.com/jackyaz/uiDivStats ##
## ##
###################################################################
# Last Modified: 2026-Jan-19
# Last Modified: 2026-Jan-25
#------------------------------------------------------------------

################# Shellcheck directives ###############
Expand All @@ -35,8 +35,8 @@

### Start of script variables ###
readonly SCRIPT_NAME="uiDivStats"
readonly SCRIPT_VERSION="v4.0.14"
readonly SCRIPT_VERSTAG="26011900"
readonly SCRIPT_VERSION="v4.0.15"
readonly SCRIPT_VERSTAG="26012522"
SCRIPT_BRANCH="develop"
SCRIPT_REPO="https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME/$SCRIPT_BRANCH"
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME.d"
Expand Down Expand Up @@ -3040,7 +3040,7 @@ Check_Requirements()
if ! /opt/bin/grep -q '^log-facility=/opt/var/log/dnsmasq.log' /etc/dnsmasq.conf
then
Print_Output false "Diversion logging not enabled!" "$ERR"
Print_Output false "Open Diversion and use option l to enable logging"
Print_Output false "Open Diversion and use option l to enable logging" "$WARN"
CHECKSFAILED="true"
fi
fi
Expand Down Expand Up @@ -3078,7 +3078,7 @@ Menu_Install()
if ! Check_Requirements
then
Print_Output false "Requirements for $SCRIPT_NAME not met, please see above for the reason(s)" "$CRIT"
PressEnter
PressEnter ; echo
Clear_Lock
rm -f "/jffs/scripts/$SCRIPT_NAME" 2>/dev/null
exit 1
Expand Down