uninstall.php 338 B

1234567891011
  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. *
  7. * @package chamilo.plugin.bigbluebutton
  8. */
  9. //require_once __DIR__.'/config.php';
  10. Mobidico::create()->uninstall();