plugin.php 273 B

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