git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
19b690c
)
applications/luci-splash: don't allow removing common settings...
author
Jo-Philipp Wich
<redacted>
Wed, 25 Nov 2009 02:20:09 +0000
(
02:20
+0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 25 Nov 2009 02:20:09 +0000
(
02:20
+0000)
applications/luci-splash/luasrc/model/cbi/splash/splash.lua
patch
|
blob
|
history
diff --git
a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua
b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua
index e9d000f0dd48c67f27d6f142abf595fb0550e683..145b16d5b0546d4761137ecbcb6514ec5ab4b12d 100644
(file)
--- a/
applications/luci-splash/luasrc/model/cbi/splash/splash.lua
+++ b/
applications/luci-splash/luasrc/model/cbi/splash/splash.lua
@@
-4,6
+4,8
@@
require("luci.model.uci")
m = Map("luci_splash", "Client-Splash", [[Client-Splash ist das Freifunk Hotspot-Authentifizierungs-System.]])
s = m:section(NamedSection, "general", "core", "Allgemein")
+s.addremove = false
+
s:option(Value, "leasetime", "Freigabezeit", "h")
s:option(Value, "limit_up", "Upload-Limitierung", "Kilobyte/s - limitiert die Upload-Geschwindigkeit von Clients")
git clone https://git.99rst.org/PROJECT