We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb7e7d commit c0b37f7Copy full SHA for c0b37f7
1 file changed
bin/initMDSPdo.php
@@ -8,7 +8,11 @@
8
9
// Add library autoloader and configuration
10
require_once $baseDir . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . '_autoload.php';
11
-require_once \SimpleSAML\Utils\Config::getConfigDir() . DIRECTORY_SEPARATOR . 'config.php';
+
12
+// This is the config dir of the SimpleSAMLphp installation
13
+$configDir = (new \SimpleSAML\Utils\Config())->getConfigDir();
14
15
+require_once $configDir . DIRECTORY_SEPARATOR . 'config.php';
16
17
echo "Initializing Metadata Database..." . PHP_EOL;
18
0 commit comments