mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Moved header to the top
This commit is contained in:
parent
3c19571fed
commit
1d388f6a1f
@ -18,6 +18,8 @@ $adminroot = admin_get_root();
|
||||
|
||||
admin_externalpage_setup('ssoaccesscontrol', $adminroot);
|
||||
|
||||
admin_externalpage_print_header($adminroot);
|
||||
|
||||
if (!extension_loaded('openssl')) {
|
||||
print_error('requiresopenssl', 'mnet', '', NULL, true);
|
||||
}
|
||||
@ -118,7 +120,6 @@ if ($form = data_submitted() and confirm_sesskey()) {
|
||||
exit;
|
||||
}
|
||||
|
||||
admin_externalpage_print_header($adminroot);
|
||||
|
||||
// output the ACL table
|
||||
$columns = array("username", "mnet_host_id", "access", "delete");
|
||||
|
Loading…
x
Reference in New Issue
Block a user