plugin.php 255 B

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