We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e650 commit c3e4cfbCopy full SHA for c3e4cfb
1 file changed
bin/metarefresh.php
@@ -12,7 +12,7 @@
12
$baseDir = dirname(__FILE__, 4);
13
14
// Add library autoloader.
15
-require_once($baseDir . '/lib/_autoload.php');
+require_once($baseDir . '/src/_autoload.php');
16
17
if (!\SimpleSAML\Module::isModuleEnabled('metarefresh')) {
18
echo "You need to enable the metarefresh module before this script can be used.\n";
0 commit comments