Skip to content
Snippets Groups Projects
Commit 3b010a51 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d9604c31
No related branches found
No related tags found
No related merge requests found
Pipeline #26838 canceled
......@@ -28,10 +28,10 @@ class StudipAuthSimpleSamlPHP extends StudipAuthSSO
{
parent::__construct($config);
if(!isset($this->path_to_simple_saml_php)){
require_once('/var/simplesamlphp/src/_autoload.php');
if (empty($this->path_to_simple_saml_php)) {
require_once '/var/simplesamlphp/src/_autoload.php';
}else{
require_once($this->path_to_simple_saml_php );
require_once $this->path_to_simple_saml_php;
}
if (!isset($this->plugin_fullname)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment