11 lines
213 B
PHP
11 lines
213 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Config the plugin.
|
|
*
|
|
* @author Enrique Alcaraz Lopez
|
|
*
|
|
* @package chamilo.plugin.redirection
|
|
*/
|
|
require_once __DIR__.'/../../main/inc/global.inc.php';
|