Fix footer stats

This commit is contained in:
Alfredo Cardigliano 2019-07-15 19:20:58 +02:00
parent 701a30527c
commit 9687f6f5f1

View file

@ -190,7 +190,7 @@ elseif not isEmptyString(_GET["iffilter"]) then
else
local ifname = nil
if not isEmptyString(_GET["ifid"]) then
ifname = _GET["ifid"]
ifname = getInterfaceName(_GET["ifid"])
end
res = dumpInterfaceStats(ifname)