Skip to content

Commit

Permalink
Port corrected to 443 #962
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Jan 18, 2016
1 parent bc56cc4 commit 972bbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/sources/plugins.index.inc.php
Expand Up @@ -52,7 +52,7 @@
$cc_get_path = '/extensions/token/'.$token.'/get';
$cc_conf_path = '/extensions/token/'.$token.'/confirm';

$request = new Request($cc_domain, $cc_get_path, 80, false, true, 10);
$request = new Request($cc_domain, $cc_get_path, 443, false, true, 10);
$request->setMethod('get');
$request->setSSL();
$request->setData(array('null'=>0));
Expand Down

0 comments on commit 972bbb0

Please sign in to comment.