diff --git a/http/Thumbs.db b/http/Thumbs.db new file mode 100644 index 0000000..9707bc3 Binary files /dev/null and b/http/Thumbs.db differ diff --git a/http/node_info.lua b/http/node_info.lua index 86e55eb..8ab0df9 100644 --- a/http/node_info.lua +++ b/http/node_info.lua @@ -4,14 +4,16 @@ local function sendHeader(connection) end local function sendAttr(connection, attr, val) - connection:send("
  • ".. attr .. ": " .. val .. "
  • \n") + if val then + connection:send("
  • ".. attr .. ": " .. val .. "
  • \n") + end end return function (connection, req, args) collectgarbage() sendHeader(connection) connection:send('A Lua script sample

    Node info