1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
This commit is contained in:
Ycarus 2018-05-15 17:02:40 +02:00
parent 729355ac2b
commit 1bdb327224

View file

@ -35,7 +35,7 @@
end
local curdev = luci.dispatcher.context.requestpath
curdev = curdev[#curdev] ~= "multipath" and curdev[#curdev] or devices[1]
curdev = curdev[#curdev] ~= "bandwidth" and curdev[#curdev] or devices[1]
if curdev == "" then
curdev = "all"
end