applications/luci-upnp: fix default value of log_output option (#333)
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 30 Oct 2011 02:59:55 +0000 (02:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 30 Oct 2011 02:59:55 +0000 (02:59 +0000)
applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua

index c00d943776f147ad2b6a6a6a9acd79ecc14ca812..de38afc712b7b6a804c1b15e5b86cfbda49735ca 100644 (file)
@@ -47,9 +47,9 @@ s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"),
        translate("Allow adding forwards only to requesting ip addresses")).default = "1"
 
 s:taboption("general", Flag, "log_output", translate("Enable additional logging"),
-       translate("Puts extra debugging information into the system log")).default = "1"
+       translate("Puts extra debugging information into the system log"))
 
-s:taboption("general", Value, "download", translate("Downlink"), 
+s:taboption("general", Value, "download", translate("Downlink"),
        translate("Value in KByte/s, informational only")).rmempty = true
 
 s:taboption("general", Value, "upload", translate("Uplink"),