|
|
@@ -168,6 +168,13 @@ function cwp7_UnsuspendAccount($params) {
|
|
|
}
|
|
|
|
|
|
function cwp7_ClientArea($params){
|
|
|
+ logModuleCall(
|
|
|
+ 'cwp7',
|
|
|
+ __FUNCTION__,
|
|
|
+ $params,
|
|
|
+ 'debug',
|
|
|
+ ''
|
|
|
+ );
|
|
|
$clientInfo = array('moduleclientarea' => '1');
|
|
|
$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
|
|
|
$response = $cwp7->getAutoSSL($params['username']);
|