mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-15 06:05:31 +08:00
7 lines
177 B
Lua
7 lines
177 B
Lua
f = SimpleForm("serverchan")
|
|
luci.sys.call("/usr/bin/serverchan/serverchan client")
|
|
f.reset = false
|
|
f.submit = false
|
|
f:append(Template("serverchan/serverchan_client"))
|
|
return f
|