]> git.mjollnir.org Git - moodle.git/commitdiff
Moved header to the top
authormoodler <moodler>
Fri, 12 Jan 2007 08:29:03 +0000 (08:29 +0000)
committermoodler <moodler>
Fri, 12 Jan 2007 08:29:03 +0000 (08:29 +0000)
admin/mnet/access_control.php

index 0684e1e6873e285eb9826ef0532758056219ec51..0d08c2a3a74ca1dfe57bbaf41c587c38a1cd2edc 100644 (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");