config.php 415 B

1234567891011121314
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Config the plugin
  5. * @author Jose Angel Ruiz <jaruiz@nosolored.com>
  6. * @author Julio Montoya <gugli100@gmail.com>
  7. * @package chamilo.plugin.sepe
  8. */
  9. require_once __DIR__ . '/../../main/inc/global.inc.php';
  10. require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
  11. require_once 'src/sepe.lib.php';
  12. require_once 'src/sepe_plugin.class.php';