summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-15 22:56:47 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-12-15 22:56:47 +0100
commit19b85c34fcac8ad9b2829b4e034d7fefa42fb145 (patch)
treef9d86ba47561c3d8f86be0507602132b92497496 /modules/luci-base/luasrc
parentff2f536dd1473da59ae968e6294c6813d1093c58 (diff)
parent403b939acd55be528fa78bfc11521c78b1afdad8 (diff)
Merge pull request #562 from cshore/pull-request-upload-dir
modules/luci-base: Move LuCI FileUpload directory to /etc/luci-upload…
Diffstat (limited to 'modules/luci-base/luasrc')
-rw-r--r--modules/luci-base/luasrc/cbi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/cbi.lua b/modules/luci-base/luasrc/cbi.lua
index b5b2c8d8f..8fd0a337e 100644
--- a/modules/luci-base/luasrc/cbi.lua
+++ b/modules/luci-base/luasrc/cbi.lua
@@ -38,7 +38,7 @@ function load(cbimap, ...)
require("luci.config")
require("luci.util")
- local upldir = "/lib/uci/upload/"
+ local upldir = "/etc/luci-uploads/"
local cbidir = luci.util.libpath() .. "/model/cbi/"
local func, err