From 5105aee437f0b4e11f140e09b9f946d9b5df8607 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 28 May 2025 23:52:49 +0200 Subject: [PATCH] linux.lua cgi fix. --- linux/linux.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/linux.lua b/linux/linux.lua index a57bcb0..a1452cc 100644 --- a/linux/linux.lua +++ b/linux/linux.lua @@ -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)