Merge Lean's source

This commit is contained in:
CN_SZTL 2019-10-30 09:49:24 +08:00
commit 5c45fa7294
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -8,7 +8,7 @@ t = f:field(TextValue, "conf")
t.rmempty = true
t.rows = 20
function t.cfgvalue()
luci.sys.exec(" sed '/MITM/d' /tmp/unblockmusic.log > /tmp/music.log")
luci.sys.exec("cat /tmp/unblockmusic.log | grep http > /tmp/music.log")
return fs.readfile(conffile) or ""
end
t.readonly="readonly"