mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-02-24 11:42:47 +01:00
update to support new version of httpd
All checks were successful
gitea-sync/antd-lua-plugin/pipeline/head This commit looks good
All checks were successful
gitea-sync/antd-lua-plugin/pipeline/head This commit looks good
This commit is contained in:
parent
22f62fcf77
commit
b0812d1e14
@ -231,6 +231,8 @@ if code ~= 0 then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- LOG_INFO(JSON.encode(REQUEST))
|
||||||
|
|
||||||
-- OOP support
|
-- OOP support
|
||||||
--require("OOP")
|
--require("OOP")
|
||||||
-- load sqlite helper
|
-- load sqlite helper
|
||||||
@ -247,6 +249,7 @@ if m then
|
|||||||
local r,e = loadscript(p)
|
local r,e = loadscript(p)
|
||||||
if r then r() else unknow(e) end
|
if r then r() else unknow(e) end
|
||||||
else
|
else
|
||||||
|
LOG_INFO("RUNNING MODULE %s", p)
|
||||||
require(p)
|
require(p)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user