Skip to content

Commit 6909224

Browse files
author
Toby New
committed
Removing added multiple version numbers
Updating signle remaining variable.
1 parent c2d2859 commit 6909224

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpaneluapi.class.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class cpanelUAPI extends cpanelAPI{
2525
function __construct($user, $pass, $server){
2626
parent::__construct($user, $pass, $server);
2727
$this->setApi('uapi');
28-
$this->version = '1.0';
2928
}
3029
}
3130

@@ -37,7 +36,6 @@ class cpanelAPI2 extends cpanelAPI{
3736
function __construct($user, $pass, $server){
3837
parent::__construct($user, $pass, $server);
3938
$this->setApi('api2');
40-
$this->version = '1.0';
4139
}
4240
}
4341

@@ -46,7 +44,7 @@ function __construct($user, $pass, $server){
4644
*/
4745
class cpanelAPI
4846
{
49-
public $version = '1.0';
47+
public $version = '1.1';
5048
public $scope = ""; //String - Module we want to use
5149
public $ssl = 1; //Bool - TRUE / FALSE for ssl connection
5250
public $port = 2083; //default for ssl servers.

0 commit comments

Comments
 (0)