mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-27 11:19:53 +02:00
Do not load modules anymore.
This commit is contained in:
@ -1,10 +1,3 @@
|
|||||||
-- this examples needs it all
|
|
||||||
assert(dofile("../lua/code.lua"))
|
|
||||||
assert(dofile("../lua/ftp.lua"))
|
|
||||||
assert(dofile("../lua/concat.lua"))
|
|
||||||
assert(dofile("../lua/url.lua"))
|
|
||||||
assert(dofile("../lua/http.lua"))
|
|
||||||
|
|
||||||
-- formats a number of seconds into human readable form
|
-- formats a number of seconds into human readable form
|
||||||
function nicetime(s)
|
function nicetime(s)
|
||||||
local l = "s"
|
local l = "s"
|
||||||
|
Reference in New Issue
Block a user