X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-firewall%2Fluasrc%2Fcontroller%2Ffirewall.lua;h=4fe7770efc55ab1f9aae31cebceb707487a1c2c5;hp=5a6ab0ad310b2cbc2db697297b512e317cd8430a;hb=1443ff121d96a541e3cf83ba3efc50ccfb3fdb80;hpb=4a90accda94acb0b7a1ca5df5933edf465d0cf21 diff --git a/applications/luci-app-firewall/luasrc/controller/firewall.lua b/applications/luci-app-firewall/luasrc/controller/firewall.lua index 5a6ab0ad3..4fe7770ef 100644 --- a/applications/luci-app-firewall/luasrc/controller/firewall.lua +++ b/applications/luci-app-firewall/luasrc/controller/firewall.lua @@ -18,6 +18,6 @@ function index() _("Traffic Rules"), 30).leaf = true entry({"admin", "network", "firewall", "custom"}, - cbi("firewall/custom"), + form("firewall/custom"), _("Custom Rules"), 40).leaf = true end