andre 3 anos atrás
pai
commit
e15894f4d9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

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