Skip to content
Snippets Groups Projects
Unverified Commit a6570fce authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix mistake

parent bedd4b8f
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
// SSP is loaded as a separate project
$libpath = \SimpleSAML\Utils\System::resolvePath(dirname(dirname(__FILE__)).'/vendor/autoload.php'));
if (file_exists($prjpath) {
require_once $prjpath;
if (file_exists($libpath) {
require_once $libpath;
} else { // SSP is loaded as a library
$libpath = \SimpleSAML\Utils\System::resolvePath(dirname(dirname(__FILE__)).'/../../autoload.php'));
if (file_exists($libpath) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment