config.php 345 B

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