git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e1d0ef5
)
* luci/splash: add missing in require in luci-splashd
author
Jo-Philipp Wich
<redacted>
Sun, 13 Jul 2008 02:15:21 +0000
(
02:15
+0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 13 Jul 2008 02:15:21 +0000
(
02:15
+0000)
applications/luci-splash/root/usr/bin/luci-splashd
patch
|
blob
|
history
diff --git
a/applications/luci-splash/root/usr/bin/luci-splashd
b/applications/luci-splash/root/usr/bin/luci-splashd
index a178ef232eef124e86017cd432291efaf0c8a2f1..5551ba6847788da584838e07c2c751b11b1e51b6 100755
(executable)
--- 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)
git clone https://git.99rst.org/PROJECT