diff options
Diffstat (limited to 'install.php')
-rwxr-xr-x | install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php index 07437d3..2c417d5 100755 --- a/install.php +++ b/install.php @@ -33,7 +33,8 @@ if (file_exists(__DIR__ . '/custom/config.yml') && isset($login) && isset($passw 'nohtml' => 0, 'postmaxlength' => 0, 'cachedir' => './cache', - 'debug' => false + 'debug' => false, + 'checkcerts' => true, ); $CreatePlanetConfig = new PlanetConfig($config); |