mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
mnet/enrolment MDL-21459 fixed a few small issues in admin/mnet/enrolment
This commit is contained in:
parent
30ec3eef51
commit
72bb7e3236
3 changed files with 12 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
require_once(dirname(__FILE__) . "/../../config.php");
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
require_once($CFG->dirroot.'/mnet/lib.php');
|
||||
|
||||
if (!confirm_sesskey()) {
|
||||
print_error('confirmsesskeybad', 'error');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue