summaryrefslogtreecommitdiffstats
path: root/app/classes/PlanetConfig.php
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-13 13:04:28 +0100
committernashe <thomas@chauchefoin.fr>2017-07-13 13:04:28 +0100
commit8406cec349ca59a62004efe3bc01124a609219fa (patch)
tree8e5d30a7217da0f23cd372da2adf3fb940885c46 /app/classes/PlanetConfig.php
parent6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014 (diff)
downloadplanet-8406cec349ca59a62004efe3bc01124a609219fa.tar
planet-8406cec349ca59a62004efe3bc01124a609219fa.tar.gz
planet-8406cec349ca59a62004efe3bc01124a609219fa.tar.bz2
planet-8406cec349ca59a62004efe3bc01124a609219fa.tar.xz
planet-8406cec349ca59a62004efe3bc01124a609219fa.zip
Add an option to disable feed certificate check
Diffstat (limited to 'app/classes/PlanetConfig.php')
-rw-r--r--app/classes/PlanetConfig.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/classes/PlanetConfig.php b/app/classes/PlanetConfig.php
index 4838ba0..4348524 100644
--- a/app/classes/PlanetConfig.php
+++ b/app/classes/PlanetConfig.php
@@ -20,7 +20,8 @@ class PlanetConfig
'postmaxlength' => 0,
'categories' => '',
'cachedir' => './cache',
- 'debug' => false
+ 'debug' => false,
+ 'checkcerts' => true,
);
/**