Skip to content

Commit

Permalink
Merge branch 'master' of github.com:patrickpollet/pc2i
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpollet committed Oct 9, 2014
2 parents 44fc1bb + 30d96bd commit f3259d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cas/caslogin.php
Expand Up @@ -53,7 +53,7 @@

require_once('CAS/CAS.php');
// mode proxy CAS
if ( !is_object($PHPCAS_CLIENT) ) {
// if ( !is_object($PHPCAS_CLIENT) ) {
// Make sure phpCAS doesn't try to start a new PHP session when connecting to the CAS server.
if ($cas_proxycas) { // nouveau rev 978
phpCAS::proxy($cas_version, $cas_url, (int) $cas_port, $cas_service, false);
Expand All @@ -62,7 +62,7 @@
else {
phpCAS::client($cas_version, $cas_url, (int) $cas_port, $cas_service, false);
}
}
// }


// cr�e une trace dans /tmp/phpcas.log
Expand Down

0 comments on commit f3259d1

Please sign in to comment.