config.php 427 B

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