luci-app-filetransfer: resolve problem with ssr-plus

This commit is contained in:
CN_SZTL 2019-07-03 12:00:37 +08:00
parent a4ef3a0a61
commit d19d78d51e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 1 additions and 9 deletions

View File

@ -8,8 +8,6 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI page for IPK upload
LUCI_DEPENDS:=+luci-lib-fs
PKG_VERSION:=1
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,6 +0,0 @@
#!/bin/sh
sed -i 's/cbi.submit\"] = true/cbi.submit\"] = \"1\"/g' /usr/lib/lua/luci/dispatcher.lua
rm -f /tmp/luci-indexcache
exit 0

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