install.php 311 B

123456789101112
  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. /**
  9. * Initialization.
  10. */
  11. require_once __DIR__.'/config.php';
  12. openmeetingsPlugin::create()->install();