mnet: moving remote enrolment config to admin/mnet
This commit is contained in:
@@ -6,5 +6,6 @@ $ADMIN->add('mnet', new admin_externalpage('net', get_string('settings', 'mnet')
|
||||
$ADMIN->add('mnet', new admin_externalpage('ssoaccesscontrol', get_string('ssoaccesscontrol', 'mnet'), $CFG->wwwroot . '/admin/mnet/access_control.php', 'moodle/site:config'));
|
||||
|
||||
$ADMIN->add('mnet', new admin_externalpage('mnetpeers', get_string('mnetpeers', 'mnet'), $CFG->wwwroot . '/admin/mnet/peers.php', 'moodle/site:config'));
|
||||
$ADMIN->add('mnet', new admin_externalpage('mnetenrol', get_string('mnetenrol', 'mnet'), $CFG->wwwroot . '/admin/mnet/enr_hosts.php', 'moodle/site:config'));
|
||||
$ADMIN->add('mnet', new admin_externalpage('trustedhosts', get_string('trustedhosts', 'mnet'), $CFG->wwwroot . '/admin/mnet/trustedhosts.php', 'moodle/site:config'));
|
||||
?>
|
||||
|
||||
@@ -11,17 +11,6 @@ if (is_array($mnethosts)) {
|
||||
?>
|
||||
<table cellspacing="0" cellpadding="5" border="0" align="center">
|
||||
|
||||
<tr valign="top">
|
||||
<th align="center" colspan="3">Remote Servers:</th>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="left" colspan="3">
|
||||
<a href="<?php echo $CFG->wwwroot .'/enrol/mnet/remote_hosts.php?sesskey=' . sesskey(); ?>" >Manage Moodle Network Enrolments.</a><br/>
|
||||
Servers configured: <?php echo $servercount; ?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th align="center" colspan="3">Local courses for external users:</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user