| Línea 37... |
Línea 37... |
| 37 |
}
|
37 |
}
|
| Línea 38... |
Línea 38... |
| 38 |
|
38 |
|
| 39 |
$ADMIN->add('mnet', new admin_externalpage('ssoaccesscontrol', new lang_string('ssoaccesscontrol', 'mnet'),
|
39 |
$ADMIN->add('mnet', new admin_externalpage('ssoaccesscontrol', new lang_string('ssoaccesscontrol', 'mnet'),
|
| 40 |
"$CFG->wwwroot/$CFG->admin/mnet/access_control.php",
|
40 |
"$CFG->wwwroot/$CFG->admin/mnet/access_control.php",
|
| 41 |
'moodle/site:config'));
|
- |
|
| 42 |
$ADMIN->add('mnet', new admin_externalpage('mnetenrol', new lang_string('clientname', 'mnetservice_enrol'),
|
- |
|
| 43 |
"$CFG->wwwroot/mnet/service/enrol/index.php",
|
- |
|
| 44 |
'moodle/site:config'));
|
41 |
'moodle/site:config'));
|
| 45 |
$ADMIN->add('mnet', new admin_externalpage('trustedhosts', new lang_string('trustedhosts', 'mnet'),
|
42 |
$ADMIN->add('mnet', new admin_externalpage('trustedhosts', new lang_string('trustedhosts', 'mnet'),
|
| 46 |
"$CFG->wwwroot/$CFG->admin/mnet/trustedhosts.php",
|
43 |
"$CFG->wwwroot/$CFG->admin/mnet/trustedhosts.php",
|
| Línea 47... |
Línea 44... |
| 47 |
'moodle/site:config'));
|
44 |
'moodle/site:config'));
|