Skip to content
Snippets Groups Projects
Unverified Commit e3f5cf20 authored by Pavel Vyskočil's avatar Pavel Vyskočil Committed by Pavel Vyskočil
Browse files

fix: fix bad require of _autoload

parent 4b595312
Branches
Tags
No related merge requests found
......@@ -6,7 +6,10 @@ use SimpleSAML\Auth\Simple;
use SimpleSAML\Configuration;
use SimpleSAML\XHTML\Template;
require_once(__DIR__ . '/../../../vendor/autoload.php');
$baseDir = dirname(__DIR__, 3);
// Add library autoloader.
require_once($baseDir . '/lib/_autoload.php');
const CONFIG_FILE_NAME = 'config_attribute_check.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment