install.php 275 B

12345678910
  1. <?php
  2. /**
  3. * This script is included by main/admin/settings.lib.php and generally
  4. * includes things to execute in the main database (settings_current table).
  5. *
  6. * @package chamilo.plugin.bigbluebutton
  7. */
  8. require_once __DIR__.'/config.php';
  9. BBBPlugin::create()->install();