You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
292 B
13 lines
292 B
|
11 years ago
|
<?php
|
||
|
|
/* For licensing terms, see /license.txt */
|
||
|
|
/**
|
||
|
8 years ago
|
* Get the plugin info.
|
||
|
|
*
|
||
|
11 years ago
|
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
|
||
|
8 years ago
|
*
|
||
|
11 years ago
|
* @package chamilo.plugin.createDrupalUser
|
||
|
|
*/
|
||
|
|
require_once __DIR__.'/config.php';
|
||
|
|
|
||
|
|
$plugin_info = CreateDrupalUser::create()->get_info();
|