diff --git a/plugins/op_waf/index.py b/plugins/op_waf/index.py index e12aa4d99..2e39e9cba 100755 --- a/plugins/op_waf/index.py +++ b/plugins/op_waf/index.py @@ -319,8 +319,6 @@ def initDefaultInfo(conf_reload=False): path = getServerDir() djson = path + "/waf/domains.json" default_json = path + "/waf/default.json" - if os.path.exists(djson) and not conf_reload: - return True content = mw.readFile(djson) content = json.loads(content)