plugin.php 506 B

1234567891011121314
  1. <?php
  2. /* For license terms, see /license.txt */
  3. /**
  4. * This script is a configuration file for the date plugin. You can use it as a master for other platform plugins (course plugins are slightly different).
  5. * These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins).
  6. *
  7. * @package chamilo.plugin.buycourses
  8. */
  9. /**
  10. * Plugin details (must be present).
  11. */
  12. require_once __DIR__.'/config.php';
  13. $plugin_info = BuyCoursesPlugin::create()->get_info();