Skip to content

Commit c3e4cfb

Browse files
committed
Fix path to autoloader
1 parent 536e650 commit c3e4cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/metarefresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$baseDir = dirname(__FILE__, 4);
1313

1414
// Add library autoloader.
15-
require_once($baseDir . '/lib/_autoload.php');
15+
require_once($baseDir . '/src/_autoload.php');
1616

1717
if (!\SimpleSAML\Module::isModuleEnabled('metarefresh')) {
1818
echo "You need to enable the metarefresh module before this script can be used.\n";

0 commit comments

Comments
 (0)