plugin.php 497 B

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