mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-08-13 01:43:43 +08:00
6 lines
119 B
Lua
6 lines
119 B
Lua
f = SimpleForm("serverchan")
|
|
f.reset = false
|
|
f.submit = false
|
|
f:append(Template("serverchan/serverchan_log"))
|
|
return f
|