index.php 294 B

123456789101112
  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__.'/config.php';
  12. require_once __DIR__.'/src/index.sepe.php';