plugin.php 517 B

12345678910111213
  1. <?php
  2. /* For license terms, see /license.txt */
  3. /**
  4. * This script is a configuration file for the date plugin.
  5. * You can use it as a master for other platform plugins (course plugins are slightly different).
  6. * These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins)
  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();