From f3f3b1c6bd3e02bb0f2764cb8d65e28ee9b5521d Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 11 Oct 2022 12:35:59 +0800 Subject: [PATCH] Update init.lua --- plugins/op_waf/waf/lua/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/waf/lua/init.lua b/plugins/op_waf/waf/lua/init.lua index eb3c6261d..b03727aab 100644 --- a/plugins/op_waf/waf/lua/init.lua +++ b/plugins/op_waf/waf/lua/init.lua @@ -606,7 +606,7 @@ function waf() if url_ext() then return true end -- url_rule_ex() -- url_tell() - post_data() + -- post_data() end end