- <?php
- /* For licensing terms, see /vendor/license.txt */
- /**
- * @package chamilo.plugin.kannelsms
- * @author Imanol Losada <imanol.losada@beeznest.com>
- */
- require_once dirname(__FILE__).'/config.php';
- $plugin_info = KannelsmsPlugin::create()->get_info();
|