فهرست منبع

add cwp7CheckLimit

andre 3 سال پیش
والد
کامیت
2fe8b6cc0a
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      cwp7.php

+ 7 - 0
cwp7.php

@@ -292,6 +292,13 @@ function cwp7_ClientArea($params) {
 	} else {
 		$clientInfo['subdomainlimit'] = 0;
 	};
+	logModuleCall(
+		'cwp7',
+		__FUNCTION__,
+		$params,
+		'debug',
+		$$clientInfo
+	);
 	$domains = $response['result']['domains'];
 	$subDomains = $response['result']['subdomins'];
 	$clientInfo['domains'] = array();