Jelajahi Sumber

add cwp7CheckLimit

andre 3 tahun lalu
induk
melakukan
b85ee585ed
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -1164,7 +1164,7 @@ function cwp7CheckSOA($domain, $nameserverIP, $nameserverName ) {
  */
 function cwp7CheckLimit($params, $service) {
 	$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
-	$response = $cwp7->getAccount($params['username']);
+	$response = $cwp7->getQuota($params['username']);
 	logModuleCall(
 		'cwp7',
 		__FUNCTION__,