1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix anonymize status page

This commit is contained in:
Ycarus 2018-11-30 15:33:59 +01:00
parent 995bfe6cdb
commit 1e80f019e9

View file

@ -287,7 +287,7 @@
}
// Populate info
var wanip = mArray.wans[i].wanip;
if (anonymize)
if (anonymize == "true")
{
wanip=replaceLastNChars(wanip,"x",6);
}