既然你都解决了干嘛不PR……
This commit is contained in:
VictoriousRaptor 2020-01-05 15:10:51 +08:00 committed by coolsnowwolf
parent db9b77a624
commit 3e16a99c09

View File

@ -8,5 +8,5 @@ Modify: ayongwifi@126.com www.openwrtdl.com
module("luci.controller.filetransfer", package.seeall)
function index()
entry({"admin", "system", "filetransfer"}, cbi("updownload"), _("FileTransfer"),89)
entry({"admin", "system", "filetransfer"}, form("updownload"), _("FileTransfer"),89)
end