diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-05-22 20:06:18 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-05-22 20:06:18 +1200 |
commit | d7d49942f76a00fad2c23175cdc5b7c5a2973814 (patch) | |
tree | 1e82bab9b641272d473f9d3ff63c98d53b988960 /lib/default.php | |
parent | fa4a2d34855da5eca29d81409cb5fbd64f13faba (diff) | |
parent | 6eae5d6a7e2265de4065b764c28cef3ee009bcda (diff) |
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index ab5f294de..950c6018d 100644 --- a/lib/default.php +++ b/lib/default.php @@ -304,4 +304,7 @@ $default = array('subscribers' => true, 'members' => true, 'peopletag' => true), + 'http' => // HTTP client settings when contacting other sites + array('ssl_cafile' => false // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') + ), ); |