enrol; } if (file_exists("$CFG->dirroot/enrol/$enrol/enrol.php")) { require_once("$CFG->dirroot/enrol/$enrol/enrol.php"); $class = "enrolment_plugin_$enrol"; return new $class; } else { trigger_error("$CFG->dirroot/enrol/$enrol/enrol.php does not exist"); notify("Enrolment file $enrol/enrol.php does not exist"); } } } ?>