File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4949 'debug ' => ['saml ' => $ saml2auth ->is_debugging ()],
5050 'logging.level ' => $ saml2auth ->is_debugging () ? SimpleSAML \Logger::DEBUG : SimpleSAML \Logger::ERR ,
5151 'logging.handler ' => $ saml2auth ->config ->logtofile ? 'file ' : 'errorlog ' ,
52+ 'tempdir ' => '/tmp/simplesaml ' ,
5253
5354 // SSP has a %srcip token, but instead use $remoteip so Moodle handle's which header to use.
5455 'logging.format ' => '%date{%b %d %H:%M:%S} ' . $ remoteip . ' %process %level %stat[%trackid] %msg ' ,
Original file line number Diff line number Diff line change 3333 $ _SERVER ['SERVER_PORT ' ] = '443 ' ;
3434}
3535
36- require ($ CFG ->dirroot .'/auth/saml2/.extlib/simplesamlphp/www /module.php ' );
36+ require ($ CFG ->dirroot .'/auth/saml2/.extlib/simplesamlphp/public /module.php ' );
You can’t perform that action at this time.
0 commit comments