diff options
author | Steven Barth <steven@midlink.org> | 2008-03-31 22:24:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-31 22:24:32 +0000 |
commit | 184f13334f470141420a189220dd3b951aac4480 (patch) | |
tree | a110745e118b4970362599e8b45272506f67f9ba /src/ffluci/model/menu | |
parent | 746fdf6b472e72cb01b0c3510cc3eb04be1237b7 (diff) |
* Fixed haserl-lua Makefile
* Fixed a bug in CBI that occured when target UCI is empty
* Added frontend for port forwarding / firewall pages
Diffstat (limited to 'src/ffluci/model/menu')
-rw-r--r-- | src/ffluci/model/menu/00main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ffluci/model/menu/00main.lua b/src/ffluci/model/menu/00main.lua index 64fc36462d..966c4228ce 100644 --- a/src/ffluci/model/menu/00main.lua +++ b/src/ffluci/model/menu/00main.lua @@ -17,6 +17,8 @@ act("vlan", "Switch") act("ifaces", "Schnittstellen") act("ptp", "PPPoE / PPTP") act("routes", "Statische Routen") +act("portfw", "Portweiterleitung") +act("firewall", "Firewall") add("admin", "wifi", "Drahtlos", 40) act("devices", "Geräte") |