plugin.php 249 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /vendor/license.txt */
  3. /**
  4. * @package chamilo.plugin.kannelsms
  5. * @author Imanol Losada <imanol.losada@beeznest.com>
  6. */
  7. require_once __DIR__.'/config.php';
  8. $plugin_info = KannelsmsPlugin::create()->get_info();