|
|
@@ -160,9 +160,9 @@ function cwp7_UnsuspendAccount($params) {
|
|
|
function cwp7_ClientArea($params){
|
|
|
$clientInfo = array('moduleclientarea' => '1');
|
|
|
$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
|
|
|
- $response = $cwp7->getAutoSSL('ebneter');
|
|
|
+ $response = $cwp7->getAutoSSL('ziilimmo');
|
|
|
$clientInfo['ssl'] = $response;
|
|
|
- $response = $cwp7->getAccount('ebneter');
|
|
|
+ $response = $cwp7->getAccount('ziilimmo');
|
|
|
if($response['status'] != 'OK') {
|
|
|
logModuleCall(
|
|
|
'cwp7',
|