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'];