mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 09:51:41 +08:00
10 lines
172 B
Lua
10 lines
172 B
Lua
log = SimpleForm("logview")
|
|
log.submit = false
|
|
log.reset = false
|
|
|
|
t = log:field(DummyValue, '', '')
|
|
t.rawhtml = true
|
|
t.template = 'cloudflarespeedtest/logread'
|
|
|
|
return log
|