Internal overhaul of Cart/Checkout and other minor fixes
This commit is contained in:
@@ -150,11 +150,11 @@ class SSL {
|
||||
}
|
||||
|
||||
public function get_isCA() {
|
||||
return preg_match('/CA:TRUE/',$this->_bc());
|
||||
return preg_match('/CA:TRUE/',$this->_bc()) ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
public function get_isCert() {
|
||||
return is_array($this->_details());
|
||||
return is_array($this->_details()) ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
public function get_isRoot() {
|
||||
|
Reference in New Issue
Block a user