mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +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');
|
admin_externalpage_setup('ssoaccesscontrol');
|
||||||
|
|
||||||
echo $OUTPUT->header();
|
|
||||||
|
|
||||||
if (!extension_loaded('openssl')) {
|
if (!extension_loaded('openssl')) {
|
||||||
print_error('requiresopenssl', 'mnet');
|
print_error('requiresopenssl', 'mnet');
|
||||||
}
|
}
|
||||||
|
@ -118,6 +116,8 @@ if ($form = data_submitted() and confirm_sesskey()) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo $OUTPUT->header();
|
||||||
|
|
||||||
// Explain
|
// Explain
|
||||||
echo $OUTPUT->box(get_string('ssoacldescr','mnet'));
|
echo $OUTPUT->box(get_string('ssoacldescr','mnet'));
|
||||||
// Are the needed bits enabled?
|
// Are the needed bits enabled?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue