Skip to content

Commit

Permalink
add local var
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshell committed May 19, 2015
1 parent 2897e49 commit 14a78d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waf.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local content_length=tonumber(ngx.req.get_headers()['content-length'])
local method=ngx.req.get_method()
local ngxmatch=ngx.re.match
if whiteip() then
elseif blockip() then
elseif denycc() then
Expand Down

0 comments on commit 14a78d0

Please sign in to comment.