Internal overhaul of Cart/Checkout and other minor fixes

This commit is contained in:
Deon George
2013-12-02 15:16:28 +11:00
parent f8a5b153cf
commit 06b87c5135
26 changed files with 256 additions and 228 deletions

View File

@@ -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() {