Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • awit-whmcs/whmcs-coza-epp
  • weheartwebsites/whmcs-coza-epp
  • qbitza/whmcs-coza-epp
  • wyrie/whmcs-coza-epp
  • Woklet/whmcs-coza-epp
  • jaymcc/whmcs-coza-epp
  • cmcawood/whmcs-coza-epp
7 results
Show changes
Commits on Source (1)
......@@ -1312,7 +1312,7 @@ function _cozaepp_Client() {
$context = stream_context_create();
# Are we using ssl?
$use_ssl = false;
if (!empty($params['SSL']) && $params['SSL'] == 'on') {
if (!empty($params['SSL']) && ( $params['SSL'] == 1 || $params['SSL'] == 'on' )) {
$use_ssl = true;
}
# Set certificate if we have one
......@@ -1823,5 +1823,4 @@ function cozaepp_RejectTransfer($params) {
}
return $values;
}
}
\ No newline at end of file