mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merged branch 'MLD-27551' of git://github.com/mouneyrac/moodle.git with changes
This commit is contained in:
commit
96e0194c05
11 changed files with 239 additions and 3 deletions
|
@ -229,3 +229,15 @@ $functions = array(
|
|||
),
|
||||
|
||||
);
|
||||
|
||||
$services = array(
|
||||
'Moodle mobile web service' => array(
|
||||
'functions' => array (
|
||||
'moodle_enrol_get_users_courses',
|
||||
'moodle_enrol_get_enrolled_users',
|
||||
'moodle_user_get_users_by_id'),
|
||||
'enabled' => 0,
|
||||
'restrictedusers' => 0,
|
||||
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue