Skip to content

Commit

Permalink
catalyst#817: sp/module.php references a file that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Limekiller committed Jul 31, 2024
1 parent 64070b3 commit cca8e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'debug' => ['saml' => $saml2auth->is_debugging()],
'logging.level' => $saml2auth->is_debugging() ? SimpleSAML\Logger::DEBUG : SimpleSAML\Logger::ERR,
'logging.handler' => $saml2auth->config->logtofile ? 'file' : 'errorlog',
'tempdir' => '/tmp/simplesaml',

// SSP has a %srcip token, but instead use $remoteip so Moodle handle's which header to use.
'logging.format' => '%date{%b %d %H:%M:%S} ' . $remoteip . ' %process %level %stat[%trackid] %msg',
Expand Down
2 changes: 1 addition & 1 deletion sp/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
$_SERVER['SERVER_PORT'] = '443';
}

require($CFG->dirroot.'/auth/saml2/.extlib/simplesamlphp/www/module.php');
require($CFG->dirroot.'/auth/saml2/.extlib/simplesamlphp/public/module.php');

0 comments on commit cca8e04

Please sign in to comment.