plugin.php 522 B

12345678910111213
  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. * @package chamilo.plugin.advanced_subscription
  7. */
  8. /**
  9. * Plugin details (must be present)
  10. */
  11. require_once __DIR__.'/config.php';
  12. $plugin_info = AdvancedSubscriptionPlugin::create()->get_info();