Chamilo is a learning management system focused on ease of use and accessibility
 
 
 
 
 
 
chamilo-lms/plugin/createdrupaluser/plugin.php

10 lines
285 B

<?php
/* For licensing terms, see /license.txt */
/**
* Get the plugin info
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
* @package chamilo.plugin.createDrupalUser
*/
require_once __DIR__.'/config.php';
$plugin_info = CreateDrupalUser::create()->get_info();