uninstall.php 232 B

123456789101112
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Uninstall the plugin.
  5. *
  6. * @author Enrique Alcaraz Lopez
  7. *
  8. * @package chamilo.plugin.redirection
  9. */
  10. api_protect_admin_script();
  11. RedirectionPlugin::create()->uninstall();