pull/216/head
midoks 3 years ago
parent 96275303c6
commit b3d0a36dcd
  1. 5
      .github/FUNDING.yml
  2. 4
      plugins/op_waf/waf/lua/common.lua

@ -0,0 +1,5 @@
# These are supported funding model platforms
github: midoks
custom: https://afdian.net/a/mdserver-web

@ -240,7 +240,9 @@ end
function _M.return_html(self, status, html)
ngx.header.content_type = "text/html"
ngx.say(html)
if status == 200 then
ngx.say(html)
end
ngx.exit(status)
end

Loading…
Cancel
Save