diff --git a/system/includes/updater.php b/system/includes/updater.php index 4aeaf21..e207c12 100644 --- a/system/includes/updater.php +++ b/system/includes/updater.php @@ -39,6 +39,8 @@ class Updater { protected $context = null; protected function genCaFile(){ + if(file_exists("cache/ca_bundle.crt")) + return 1; //https://github.com/bagder/ca-bundle file_put_contents("cache/ca_bundle.crt", "## ## ca-bundle.crt -- Bundle of CA Root Certificates