|
|
@@ -189,11 +189,6 @@ function siteBuilder_SuspendAccount($params) {
|
|
|
* @return string 'success' or an error message
|
|
|
*/
|
|
|
function siteBuilder_UnsuspendAccount($params) {
|
|
|
- $siteBuilder = new ApiClient(getSiteBuilderApiURL($params), $params['serveraccesshash']);
|
|
|
- $response = $siteBuilder->enableprod($params['domain'],$params['username']);
|
|
|
- if($response['status'] != 'OK') {
|
|
|
- return 'Error: ' . $response['error_msg'];
|
|
|
- }
|
|
|
return 'success';
|
|
|
}
|
|
|
|