diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 02:15:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 02:15:21 +0000 |
commit | 83bee1908fccb6f564087d8a71b8e28d036499f2 (patch) | |
tree | 60044b5488e08a997d6033f4937978e1f6777ad1 /applications/luci-splash | |
parent | e1d0ef5658c889440d41aef854bb77d4049fbe52 (diff) |
* luci/splash: add missing in require in luci-splashd
Diffstat (limited to 'applications/luci-splash')
-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) |