Updated the bandwidth / diskspace usage - Incorrect query data resulted in calculation being incomplete or incorrect
This commit is contained in:
parent
3d1bb47f35
commit
d5cb11691a
8 changed files with 14 additions and 10 deletions
|
@ -37,7 +37,7 @@ require_once(ROOTDIR. '/modules/servers/websitepanel/enterpriseserver.php');
|
|||
* @link http://www.websitepanel.net/
|
||||
* @access public
|
||||
* @name websitepanel_EnterpriseServer
|
||||
* @version 3.0.3
|
||||
* @version 3.0.4
|
||||
* @package WHMCS
|
||||
* @final
|
||||
*/
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
* @link http://www.websitepanel.net/
|
||||
* @access public
|
||||
* @name websitepanel_EnterpriseServer
|
||||
* @version 3.0.3
|
||||
* @version 3.0.4
|
||||
* @package WHMCS
|
||||
* @final
|
||||
*/
|
||||
|
@ -50,7 +50,7 @@ function websitepanel_addons_config()
|
|||
{
|
||||
return array('name' => 'WebsitePanel Addons Automation',
|
||||
'description' => 'Automates WHMCS product addons with WebsitePanel Addons',
|
||||
'version' => '3.0.3',
|
||||
'version' => '3.0.4',
|
||||
'author' => 'Christopher York');
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ require_once(ROOTDIR. '/modules/servers/websitepanel/enterpriseserver.php');
|
|||
* @link http://www.websitepanel.net/
|
||||
* @access public
|
||||
* @name websitepanel
|
||||
* @version 3.0.3
|
||||
* @version 3.0.4
|
||||
* @package WHMCS
|
||||
*/
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
* @link http://www.websitepanel.net/
|
||||
* @access public
|
||||
* @name websitepanel
|
||||
* @version 3.0.3
|
||||
* @version 3.0.4
|
||||
* @package WHMCS
|
||||
*/
|
||||
|
||||
|
@ -48,7 +48,7 @@ function websitepanel_sync_config()
|
|||
{
|
||||
return array('name' => 'WebsitePanel Sync Automation',
|
||||
'description' => 'Syncs WHMCS client details / contact changes with WebsitePanel accounts',
|
||||
'version' => '3.0.3',
|
||||
'version' => '3.0.4',
|
||||
'author' => 'Christopher York');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue