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