소스 검색

Merge pull request #311 from baelmyhu/1.9.x

Remove CAS redirect - ref #7166
Julio 10 년 전
부모
커밋
9510e75647
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/auth/cas/lib/CAS/client.php

+ 1 - 1
main/auth/cas/lib/CAS/client.php

@@ -920,7 +920,7 @@ class CASClient
 				$_SESSION['phpCAS']['unauth_count'] = 0;
 				$_SESSION['phpCAS']['unauth_count'] = 0;
 				$_SESSION['phpCAS']['auth_checked'] = true;
 				$_SESSION['phpCAS']['auth_checked'] = true;
 				phpCAS::trace('user is not authenticated (cache reset)');
 				phpCAS::trace('user is not authenticated (cache reset)');
-				$this->redirectToCas(TRUE/* gateway */);	
+				// $this->redirectToCas(TRUE/* gateway */);
 				// never reached
 				// never reached
 				$res = FALSE;
 				$res = FALSE;
 			}
 			}