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