andre 2 년 전
부모
커밋
5f0e87980e
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      cwp7.php

+ 7 - 0
cwp7.php

@@ -380,6 +380,13 @@ function cwp7_ClientArea($params) {
 function cwp7_ServiceSingleSignOn($params) {
 	$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);
 	$response = $cwp7->getLoginLink($params['username']);
+	logModuleCall(
+		'cwp7',
+		__FUNCTION__,
+		$params,
+		'debug',
+		$response
+	);
 	if($response['status'] == 'OK') {
 		$link = $response['msj']['details'];
 		$linkautologin = $link[0]['url'];