applications/luci-splash: don't allow removing common settings...
This commit is contained in:
parent
19b690c7d5
commit
3a16b20c96
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue