Moved header to the top

This commit is contained in:
moodler 2007-01-12 08:29:03 +00:00
parent 3c19571fed
commit 1d388f6a1f

View File

@ -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");