install.php 354 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * This script is included by main/admin/settings.lib.php and generally
  5. * includes things to execute in the main database (settings_current table)
  6. * @package chamilo.plugin.bigbluebutton
  7. */
  8. /**
  9. * Initialization
  10. */
  11. require_once dirname(__FILE__).'/config.php';
  12. TicketPlugin::create()->install();