summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash')
-rwxr-xr-xapplications/luci-splash/root/usr/bin/luci-splashd2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-splash/root/usr/bin/luci-splashd b/applications/luci-splash/root/usr/bin/luci-splashd
index a178ef232..5551ba684 100755
--- a/applications/luci-splash/root/usr/bin/luci-splashd
+++ b/applications/luci-splash/root/usr/bin/luci-splashd
@@ -1,5 +1,7 @@
#!/usr/bin/lua
+
require("socket")
+require("luci.sys")
require("luci.model.uci")
luci.model.uci.set_savedir(luci.model.uci.savedir_state)