13 lines
280 B
PHP
13 lines
280 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Get the plugin info.
|
|
*
|
|
* @author Imanol Losada Oriol <imanol.losada@beeznest.com>
|
|
*
|
|
* @package chamilo.plugin.resubscription
|
|
*/
|
|
require_once __DIR__.'/config.php';
|
|
|
|
$plugin_info = Resubscription::create()->get_info();
|