plugin.php 280 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Get the plugin info.
  5. *
  6. * @author Imanol Losada Oriol <imanol.losada@beeznest.com>
  7. *
  8. * @package chamilo.plugin.resubscription
  9. */
  10. require_once __DIR__.'/config.php';
  11. $plugin_info = Resubscription::create()->get_info();