We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be3b13 commit 1df5de3Copy full SHA for 1df5de3
1 file changed
src/Plugin.php
@@ -83,6 +83,7 @@ public static function getActivate(GenericEvent $event)
83
if (!is_array($response) || !in_array($event['field1'], array_values($response))) {
84
$response = $cl->license($serviceClass->getIp(), $event['field1']);
85
//$serviceExtra = $response['mainKeyNumber'].','.$response['productKey'];
86
+ request_log(self::$module, $GLOBALS['tf']->session->account_id, __FUNCTION__, 'cloudlinux', 'license', [$serviceClass->getIp(), $event['field1']], $response);
87
myadmin_log(self::$module, 'info', 'Response: '.json_encode($response), __LINE__, __FILE__);
88
if ($response === false) {
89
$event['status'] = 'error';
0 commit comments