mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 08:55:29 +08:00
7 lines
166 B
Lua
7 lines
166 B
Lua
![]() |
f = SimpleForm("serverchan")
|
||
|
luci.sys.call("/usr/bin/serverchan/serverchan client")
|
||
|
f.reset = false
|
||
|
f.submit = false
|
||
|
f:append(Template("serverchan/client"))
|
||
|
return f
|