install.php 271 B

123456789
  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. * @package chamilo.plugin.bigbluebutton
  6. */
  7. require_once __DIR__.'/config.php';
  8. BBBPlugin::create()->install();