Skip to content

Commit 564979d

Browse files
committed
确实存在一处笔误
1 parent 9a2efe4 commit 564979d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function args()
9494
local args = ngx.req.get_uri_args()
9595
for key, val in pairs(args) do
9696
if type(val)=='table' then
97-
if val == false then
97+
if val ~= false then
9898
data=table.concat(val, " ")
9999
end
100100
else

0 commit comments

Comments
 (0)