13 lines
232 B
PHP
13 lines
232 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Uninstall the plugin.
|
|
*
|
|
* @author Enrique Alcaraz Lopez
|
|
*
|
|
* @package chamilo.plugin.redirection
|
|
*/
|
|
api_protect_admin_script();
|
|
|
|
RedirectionPlugin::create()->uninstall();
|