› Forums › Network Management › ZeroTruth › Bug Zerotruth 2.1 › Re: Find the problem
October 9, 2014 at 8:47 am
#53503
Member
Hello truthahn,
I found where the problem is – script : table.awk
3 lines like this one : if (UC==ADMIN || EDITUSER==”on”)
must be : if (UC==ADMIN || EDITUSERS==”on”)