소스 검색

Update check_auth.php

FusionPBX 6 년 전
부모
커밋
7f9fc062ec
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      resources/check_auth.php

+ 2 - 1
resources/check_auth.php

@@ -227,8 +227,9 @@
 								$_SESSION['user']['extension'][$x]['outbound_caller_id_number'] = $row['outbound_caller_id_number'];
 								$_SESSION['user']['extension'][$x]['user_context'] = $row['user_context'];
 								$_SESSION['user']['extension'][$x]['description'] = $row['description'];
-								
+
 								//set the user context
+								$_SESSION['user']['user_context'] = $row["user_context"];
 								$_SESSION['user_context'] = $row["user_context"];
 								$x++;
 							}