summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/root/usr/bin
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash/root/usr/bin')
-rwxr-xr-xapplications/luci-splash/root/usr/bin/luci-splashd2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/root/usr/bin/luci-splashd b/applications/luci-splash/root/usr/bin/luci-splashd
index e8c275209e..3e0c938ebd 100755
--- a/applications/luci-splash/root/usr/bin/luci-splashd
+++ b/applications/luci-splash/root/usr/bin/luci-splashd
@@ -4,7 +4,7 @@ require("socket")
require("luci.ip")
require("luci.model.uci")
-luci.model.uci.set_savedir(luci.model.uci.savedir_state)
+luci.model.uci.load_state("network")
local server = socket.bind("0.0.0.0", arg[1] or 8082)
server:settimeout(0, "t")