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
|
||||
end
|
||||
|
||||
-- LOG_INFO(JSON.encode(REQUEST))
|
||||
|
||||
-- OOP support
|
||||
--require("OOP")
|
||||
-- load sqlite helper
|
||||
@ -247,6 +249,7 @@ if m then
|
||||
local r,e = loadscript(p)
|
||||
if r then r() else unknow(e) end
|
||||
else
|
||||
LOG_INFO("RUNNING MODULE %s", p)
|
||||
require(p)
|
||||
end
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user