예제 #1
0
파일: Request.php 프로젝트: pscheit/psc-cms
 protected function getCABundle()
 {
     if (!isset($this->caBundle)) {
         $this->caBundle = \Psc\PSC::getResources()->getFile('cabundle.crt');
     }
     return $this->caBundle;
 }