first commit
This commit is contained in:
8
web_stop.lua
Normal file
8
web_stop.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
--Pour arrêter le petit serveur WEB
|
||||
print("\nzf20180718.1049")
|
||||
|
||||
srv:close()
|
||||
srv:listen(80, function(conn)
|
||||
end)
|
||||
|
||||
print("\nWEB stopped\n")
|
||||
Reference in New Issue
Block a user