sdf
parent
48335cb152
commit
73dc10d827
|
@ -7,7 +7,7 @@ cc_rate = '10/60'
|
|||
--------- Init project ----------------
|
||||
require 'init'
|
||||
--------- Access control limit --------
|
||||
if cc_deny and denyCC(cc_rate, cc_deny_seconds) then
|
||||
elseif ip_check and (whiteIP() or blackIP()) then
|
||||
if ip_check and (whiteIP() or blackIP()) then
|
||||
elseif cc_deny and denyCC() then
|
||||
else return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue