We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c928b35 commit e440ba2Copy full SHA for e440ba2
1 file changed
src/cloudlinux.inc.php
@@ -50,7 +50,7 @@ function deactivate_cloudlinux($ipAddress, $type = false)
50
$smartyE->assign('h1', 'Cloudlinux License Deactivation');
51
$smartyE->assign('body_rows', $bodyRows);
52
$msg = $smartyE->fetch('email/client/client_email.tpl');
53
- (new \MyAdmin\Mail())->multiMail($subject, $msg, ADMIN_EMAIL, 'client/client_email.tpl');
+ (new \MyAdmin\Mail())->multiMail($subject, $msg, false, 'client/client_email.tpl');
54
}
55
request_log('licenses', false, __FUNCTION__, 'cloudlinux', 'removeLicense', [$ipAddress, $type], $response);
56
myadmin_log('cloudlinux', 'info', "Deactivate CloudLinux({$ipAddress}, {$type}) Resposne: ".json_encode($response), __LINE__, __FILE__);
0 commit comments