uninstall.php 366 B

1234567891011121314
  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. /**
  10. * Queries.
  11. */
  12. require_once __DIR__.'/config.php';
  13. openmeetingsPlugin::create()->uninstall();