update 2024-12-31 16:16:56

This commit is contained in:
actions-user 2024-12-31 16:16:56 +08:00
parent 236269d1eb
commit 1c51459664

View File

@ -111,7 +111,7 @@ function check_port()
ret = socket:connect(s.server, s.server_port)
if tostring(ret) == "true" then
socket:close()
retstring .. "<font><b style='color:green'>[" .. server_name .. "] OK.</b></font><br />"
retstring = retstring .. "<font><b style='color:green'>[" .. server_name .. "] OK.</b></font><br />"
else
retstring = retstring .. "<font><b style='color:red'>[" .. server_name .. "] Error.</b></font><br />"
end