plugin.php 188 B

12345678
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @package chamilo.plugin.ticket
  5. */
  6. require_once __DIR__.'/config.php';
  7. $plugin_info = TicketPlugin::create()->get_info();