diff options
-rwxr-xr-x | applications/luci-splash/root/usr/bin/luci-splashd | 2 |
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) |