Browse Source

performance boost

pull/64/head
Kanti 11 years ago
parent
commit
30e78f2178
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      system/includes/updater.php

+ 2
- 0
system/includes/updater.php View File

@ -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


Loading…
Cancel
Save