|
|
@@ -124,7 +124,7 @@ if($action == 'gap')
|
|
|
// Get Quota Informations
|
|
|
if($action == 'gqu')
|
|
|
{
|
|
|
- $r = $cwp7->getAccount($args['account_name']);
|
|
|
+ $r = $cwp7->getQuota($args['account_name']);
|
|
|
if(isset($r['error_msg'])) {
|
|
|
echo 'Error : could not fetch quota information of '. $args['account_name'] . ' :-(' . PHP_EOL;
|
|
|
} else {
|