Home
last modified time | relevance | path

Searched refs:cacertfile (Results 1 – 1 of 1) sorted by relevance

/plugin/linkcheck/
Dhelper.php14 …private $cacertfile=null; #use getcacertfile(). a file is only set if the autodownloadcacert is ON. variable in helper_plugin_linkcheck
36 if(!isset($this->cacertfile)){
37 … if($this->getConf('autodownloadcacert')) $this->cacertfile = metaFN('linkcheck_cacert','.pem');
38 else $this->cacertfile=false;
40 return $this->cacertfile;