Move the complete logic of the http server into webserver.lua

This commit is contained in:
Ollo
2021-02-07 17:51:57 +01:00
parent 716b31303f
commit fbbecd0b6d
3 changed files with 27 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ if [ $# -eq 0 ]; then
fi
if [ $# -eq 1 ]; then
FILES="displayword.lua main.lua timecore.lua webpage.html websrv_diet.lua telnet.lua wordclock.lua init.lua"
FILES="displayword.lua main.lua timecore.lua webpage.html webserver_diet.lua telnet.lua wordclock.lua init.lua"
else
FILES=$2
fi