mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-45118-shibboleth-login-warning' of https://github.com/mpetrowi/moodle
This commit is contained in:
commit
c6d1088db0
@ -4,7 +4,9 @@
|
||||
|
||||
require('../../config.php');
|
||||
|
||||
$context = context_system::instance();
|
||||
$PAGE->set_url('/auth/shibboleth/index.php');
|
||||
$PAGE->set_context($context);
|
||||
|
||||
// Support for WAYFless URLs.
|
||||
$target = optional_param('target', '', PARAM_LOCALURL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user