plugin.php 252 B

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