diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 21:00:37 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 21:00:37 +0200 |
commit | 0ef7a00afd01f2992dd610ad5d2d071a33ca08d1 (patch) | |
tree | 6276d78374fd3b45fdcf6204c6b9efbd8a1874f8 /applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua | |
parent | 57c5143b23f7d6e7bbe09c0e634dea04a190e821 (diff) | |
parent | 22f40d392bea954c789a6fc9320cf8993891202e (diff) |
Merge pull request #401 from chris5560/master
luci-app-privoxy: fixed function ipkg_ver_compare()
Diffstat (limited to 'applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua')
-rw-r--r--[-rwxr-xr-x] | applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua b/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua index c009313e3a..c415f8e064 100755..100644 --- a/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua +++ b/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua @@ -39,6 +39,7 @@ if not nixio.fs.access("/etc/config/privoxy") or not VEROK then local f = SimpleForm("_no_config") f.title = TITLE f.description = DESC + f.embedded = true f.submit = false f.reset = false |