1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-24 19:52: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

This commit is contained in:
DanyLE 2023-01-09 19:54:51 +01:00
parent 22f62fcf77
commit b0812d1e14

View File

@ -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