mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-43140_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
e3febb2315
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,6 @@ require_login();
|
|||
|
||||
admin_externalpage_setup('ssoaccesscontrol');
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
||||
if (!extension_loaded('openssl')) {
|
||||
print_error('requiresopenssl', 'mnet');
|
||||
}
|
||||
|
@ -118,6 +116,8 @@ if ($form = data_submitted() and confirm_sesskey()) {
|
|||
exit;
|
||||
}
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
||||
// Explain
|
||||
echo $OUTPUT->box(get_string('ssoacldescr','mnet'));
|
||||
// Are the needed bits enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue