uninstall.php 383 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * This script is included by main/admin/settings.lib.php when unselecting a plugin
  5. * and is meant to remove things installed by the install.php script in both
  6. * the global database and the courses tables
  7. * @package chamilo.plugin.ticket
  8. */
  9. require_once dirname(__FILE__).'/config.php';
  10. TicketPlugin::create()->uninstall();