linux.lua cgi fix.
This commit is contained in:
parent
46d655ba11
commit
5105aee437
1 changed files with 1 additions and 1 deletions
|
|
@ -23,5 +23,5 @@ local res = string.sub(uname, 1, pos - 1)
|
|||
io.write("Content-Type: text/plain; charset=utf-8\r\n\r\n")
|
||||
|
||||
-- Output the result
|
||||
io.write(res:sub(7, 12))
|
||||
io.write(res)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue