File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ private function initializeCas()
500
500
{
501
501
try {
502
502
503
- require_once __DIR__ . '/vendor/apereo/phpcas/CAS .php ' ;
503
+ require_once __DIR__ . '/vendor/autoload .php ' ;
504
504
505
505
$ cas_host = $ this ->getSystemSetting ("cas-host " );
506
506
$ cas_context = $ this ->getSystemSetting ("cas-context " );
@@ -526,7 +526,7 @@ private function initializeCas()
526
526
\phpCAS::setCasServerCACert ($ cas_server_ca_cert_path );
527
527
528
528
// Don't exit, let me handle instead
529
- \CAS_GracefullTerminationException::throwInsteadOfExiting ();
529
+ // \CAS_GracefullTerminationException::throwInsteadOfExiting();
530
530
return true ;
531
531
} catch ( \Throwable $ e ) {
532
532
$ this ->log ('CAS Authenticator: Error initializing CAS ' , [ 'error ' => $ e ->getMessage () ]);
You can’t perform that action at this time.
0 commit comments