Browse Source

filter some post data

thanks for bajief
master
loveshell 9 years ago
parent
commit
314a2f62ec
  1. 2
      waf.lua

2
waf.lua

@ -78,7 +78,7 @@ elseif PostCheck then
data=val
end
if data and type(data) ~= "boolean" and body(data) then
return true
body(key)
end
end
end

Loading…
Cancel
Save