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