File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ class API {
3030 * predefined API URL
3131 * @const string
3232 */
33- const URL = 'https://api.cloudcontrol .com ' ;
33+ const URL = 'https://api.cloudcontrolled .com ' ;
3434
3535 /**
3636 * set certificate validation (if https protocol used)
3737 * @const boolean
3838 */
39- const SSL_VERIFY_PEER = false ;
39+ const SSL_VERIFY_PEER = true ;
4040
4141 /**
4242 * api version
4343 * @var string
4444 */
45- const VERSION = '0.1.4 ' ;
45+ const VERSION = '0.1.5 ' ;
4646
4747 /**
4848 * token length - to check the token
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudcontrol/phpcclib" ,
3- "version" : " 0.1.3.9" ,
43 "type" : " library" ,
54 "description" : " cloudControl api helper" ,
65 "keywords" : [" cloudControl" ],
You can’t perform that action at this time.
0 commit comments