Removed string from uptime/uptime.lua.

This commit is contained in:
Johannes Findeisen 2024-04-30 09:37:22 +02:00
commit 6773191bee

View file

@ -19,5 +19,5 @@ io.write("Content-Type: text/plain; charset=utf-8\r\n\r\n")
-- Output the result
--io.write('Server ' .. version:sub(1, -2) .. ': ' .. uptime)
io.write('Server uptime: ' .. uptime)
io.write(uptime)