chamilo/chamilo-lms

View on GitHub
public/plugin/redirection/uninstall.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/* For licensing terms, see /license.txt */
/**
 * Uninstall the plugin.
 *
 * @author Enrique Alcaraz Lopez
 */
api_protect_admin_script();

RedirectionPlugin::create()->uninstall();