|
@@ -547,13 +547,6 @@ function cwp7_renewSSL($params) {
|
|
|
$vars['name'] = $_POST['d'];
|
|
$vars['name'] = $_POST['d'];
|
|
|
$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
|
|
$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
|
|
|
$response = $cwp7->updateAutoSSL($vars);
|
|
$response = $cwp7->updateAutoSSL($vars);
|
|
|
- logModuleCall(
|
|
|
|
|
- 'cwp7',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $_POST,
|
|
|
|
|
- 'debug custom',
|
|
|
|
|
- $response
|
|
|
|
|
- );
|
|
|
|
|
if($response['status'] != 'OK') {
|
|
if($response['status'] != 'OK') {
|
|
|
return 'Error: ' . $response['msj'];
|
|
return 'Error: ' . $response['msj'];
|
|
|
}
|
|
}
|