index.php 301 B

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