Comments updated

This commit is contained in:
ollo 2016-12-29 21:32:37 +01:00
parent d1ad170955
commit 60066bfca2

View File

@ -62,7 +62,7 @@ function startWebServer()
--here is code for handling http request from a web-browser
if (sendPage ~= nil) then
print("Loading webpage ...")
print("Sending webpage.html ...")
-- Load the sendPagewebcontent
sendPage(conn, "webpage.html")
end