Updated for new lnApp
This commit is contained in:
@@ -188,13 +188,13 @@ class SSL {
|
||||
public function get_valid_to($format=FALSE) {
|
||||
$k = $this->_details('validTo_time_t');
|
||||
|
||||
return $format ? Config::date($k) : $k;
|
||||
return $format ? Site::Date($k) : $k;
|
||||
}
|
||||
|
||||
public function get_valid_from($format=FALSE) {
|
||||
$k = $this->_details('validFrom_time_t');
|
||||
|
||||
return $format ? Config::date($k) : $k;
|
||||
return $format ? Site::Date($k) : $k;
|
||||
}
|
||||
|
||||
public function get_version() {
|
||||
|
Reference in New Issue
Block a user