13 lines
294 B
PHP
13 lines
294 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Config the plugin.
|
|
*
|
|
* @author Jose Angel Ruiz <jaruiz@nosolored.com>
|
|
* @author Julio Montoya <gugli100@gmail.com>
|
|
*
|
|
* @package chamilo.plugin.sepe
|
|
*/
|
|
require_once __DIR__.'/config.php';
|
|
require_once __DIR__.'/src/index.sepe.php';
|