andre 3 năm trước cách đây
mục cha
commit
f25f1571de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/test.php

+ 1 - 1
api/test.php

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