|
|
@@ -158,6 +158,15 @@ function cwp7_UnsuspendAccount($params) {
|
|
|
}
|
|
|
|
|
|
function cwp7_ClientArea($params){
|
|
|
+ $cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
|
|
|
+ $response = $cwp7->getAccount($params['username']);
|
|
|
+ logModuleCall(
|
|
|
+ 'cwp7',
|
|
|
+ __FUNCTION__,
|
|
|
+ $params,
|
|
|
+ 'debug',
|
|
|
+ $response
|
|
|
+ );
|
|
|
$clientInfo = array('moduleclientarea' => '1');
|
|
|
return array(
|
|
|
'tabOverviewReplacementTemplate' => 'clientarea',
|