uninstall.php 334 B

12345678910
  1. <?php
  2. /**
  3. * This script is included by main/admin/settings.lib.php when unselecting a plugin
  4. * and is meant to remove things installed by the install.php script in both
  5. * the global database and the courses tables
  6. * @package chamilo.plugin.bigbluebutton
  7. */
  8. //require_once __DIR__.'/config.php';
  9. LoginTCC::create()->uninstall();