From b23baf981f3d986e7410a975977dfd5d4a2f966a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 5 May 2013 21:09:40 +0200 Subject: [PATCH] change the default value : COPS should not rely on external resources. --- config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_default.php b/config_default.php index e8dabb7..340827c 100644 --- a/config_default.php +++ b/config_default.php @@ -172,6 +172,6 @@ * 1 : Yes (enable) * 0 : No */ - $config['cops_use_local_resources'] = "0"; + $config['cops_use_local_resources'] = "1"; ?> \ No newline at end of file