* Removed section titles
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / portfw.lua
index 79868af..3923886 100644 (file)
@@ -3,7 +3,7 @@ require("luci.sys")
 m = Map("luci_fw", "Portweiterleitung", [[Portweiterleitungen ermöglichen es interne
 Netzwerkdienste von einem anderen externen Netzwerk aus erreichbar zu machen.]])
 
-s = m:section(TypedSection, "portfw")
+s = m:section(TypedSection, "portfw", "")
 s.template  = "cbi/tblsection"
 s.addremove = true
 s.anonymous = true