config.php 416 B

12345678910111213141516
  1. <?php
  2. /* For licensing terms, see /vendor/license.txt */
  3. /**
  4. * Kannel parameters that will be registered in the current settings.
  5. *
  6. * @package chamilo.plugin.kannelsms
  7. *
  8. * @author Imanol Losada <imanol.losada@beeznest.com>
  9. */
  10. require_once __DIR__.'/../../main/inc/global.inc.php';
  11. require_once 'lib/kannelsms.lib.php';
  12. require_once 'vendor/kannelsms_api.php';
  13. require_once 'lib/kannelsms_plugin.class.php';