luci-app-filetransfer: resolve problem with ssr-plus
This commit is contained in:
parent
a4ef3a0a61
commit
d19d78d51e
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user