Update init.lua

pull/216/head
midoks 3 years ago
parent 9e207ad4d3
commit 0d02d0ebea
  1. 2
      plugins/op_waf/waf/lua/init.lua

@ -317,7 +317,7 @@ function waf_cc_increase()
C:return_message(200, get_return_state(0,'ok'))
end
local cc_html = string.gsub(cc_safe_js_html, "{uri}", make_uri_str)
local cc_html = ngx.re.gsub(cc_safe_js_html, "{uri}", make_uri_str)
C:return_html(200, cc_html)
end

Loading…
Cancel
Save