Home
last modified time | relevance | path

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

/plugin/linkcheck/
Dhelper.php15 private $cacertfileexpirytime=null; #use getcacertfileexpirytime() to access this. variable in helper_plugin_linkcheck
43 if(!isset($this->cacertfileexpirytime)){
44 $this->cacertfileexpirytime=expiry_totime($this->getConf('cacertfileexpiry'));
46 return $this->cacertfileexpirytime;