Files
Chamilo/plugin/createdrupaluser/plugin.php
2025-08-14 22:39:38 +02:00

13 lines
292 B
PHP

<?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();