Skip to content

Commit

Permalink
mnet: moving remote enrolment config to admin/mnet
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlanghoff committed Jan 17, 2007
1 parent 9b0633a commit 47c0407
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions admin/settings/mnet.php
Expand Up @@ -6,5 +6,6 @@
$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('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('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')); $ADMIN->add('mnet', new admin_externalpage('trustedhosts', get_string('trustedhosts', 'mnet'), $CFG->wwwroot . '/admin/mnet/trustedhosts.php', 'moodle/site:config'));
?> ?>
11 changes: 0 additions & 11 deletions enrol/mnet/config.html
Expand Up @@ -11,17 +11,6 @@
?> ?>
<table cellspacing="0" cellpadding="5" border="0" align="center"> <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"> <tr valign="top">
<th align="center" colspan="3">Local courses for external users:</th> <th align="center" colspan="3">Local courses for external users:</th>
</tr> </tr>
Expand Down

0 comments on commit 47c0407

Please sign in to comment.