initial commit

This commit is contained in:
MIN (Sebastian von Minckwitz) 2024-12-12 09:41:03 +01:00
commit 63e569c6ca
9 changed files with 369 additions and 0 deletions

7
externallib.php Normal file
View file

@ -0,0 +1,7 @@
<?php
defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot . '/lib/externallib.php');
require_once('classes/get_children.php');
require_once('classes/get_global_roles.php');
require_once('classes/get_parents.php');