diff options
Diffstat (limited to 'app/classes/PlanetConfig.php')
-rw-r--r-- | app/classes/PlanetConfig.php | 3 |
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, ); /** |