Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
4856973e
Commit
4856973e
authored
Sep 15, 2014
by
Bertrand Gauthier
Browse files
Avec le module phpCAS 1.3.3 de Jasig, plus besoin de faire un require, l'autoloading le fait.
parent
c4131362
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Authentication/Adapter/Cas.php
View file @
4856973e
...
...
@@ -115,8 +115,6 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event
*/
public
function
getCasClient
(
$initClient
=
true
)
{
require_once
__VENDOR_DIR__
.
'/intouch/phpcas/CAS.php'
;
if
(
null
===
$this
->
casClient
)
{
$this
->
casClient
=
new
phpCAS
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment