config.php 343 B

123456789101112
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /* bbb parameters that will be registered in the course settings */
  4. require_once __DIR__ . '/../../main/inc/global.inc.php';
  5. require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
  6. require_once 'lib/bbb.lib.php';
  7. require_once 'lib/bbb_api.php';
  8. require_once 'lib/bbb_plugin.class.php';