diff --git a/README.md b/README.md
index 4d11817..7ee1d4a 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,6 @@ include waf.conf;
```
### Copyright
-完全copy以下项目:
+copy以下项目:
https://github.com/loveshell/ngx_lua_waf
https://github.com/unixhot/waf
diff --git a/init.lua b/init.lua
index 327a393..921d2e5 100644
--- a/init.lua
+++ b/init.lua
@@ -70,7 +70,6 @@ function cc_attack_check()
if req > CCcount then
log_record('CC_Attack',ngx.var.request_uri,"-","-")
if config_waf_enable == "on" then
- waf_output()
ngx.exit(403)
end
else