Skip to content

Commit 14a78d0

Browse files
committed
add local var
1 parent 2897e49 commit 14a78d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

waf.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
local content_length=tonumber(ngx.req.get_headers()['content-length'])
22
local method=ngx.req.get_method()
3+
local ngxmatch=ngx.re.match
34
if whiteip() then
45
elseif blockip() then
56
elseif denycc() then

0 commit comments

Comments
 (0)